# File lib/color.rb, line 89
    def normalize_word(value)
      normalize_to_range(value, 0..65535).to_i
    end