Html Css Color HEX #6E6437 Himalaya

📋 copy color: '#6E6437'

red 110 ◦ green 100 ◦ blue 55

#6E6437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #6E6437

Tints of Himalaya #6E6437

RGB

 RED value IS 110 (43.36% from 255) = 41.51%

 GREEN value IS 100 (39.45% from 255) = 37.74%

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 41.51%
G = 37.74%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6E6437 (or 0x6E6437) is known color: Himalaya. HEX triplet: 6E, 64 and 37. RGB value is (110,100,55). Sum of RGB (Red+Green+Blue) = 110+100+55=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6437 is #919BC8. Grayscale: #626262. Windows color (decimal): -9542601 or 3630190. OLE color: 3630190.

HSL color Cylindrical-coordinate representation of color #6E6437: hue angle of 49.09º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E6437 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 100 55 -
CMYK 0 0.09 0.5 0.57
HSL 49.09º 0.33% 0.32% -
HSV(B) 49.09º 0.5% 0.43% -
XYZ 11.68 12.71 5.45 -
YUV 97.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 110 100 55 0 0.09 0.5 0.57 49.09 0.33 0.32
Hex 6E 64 37 0 9 32 39 31 21 20
Octal 156 144 67 0 11 62 71 61 41 40
Binary 1101110 1100100 110111 0 1001 110010 111001 110001 100001 100000

Color Harmonies of #6E6437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6437

Black with #6E6437

Text Example


Text Example

White with #6E6437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E6437; }

 p { color: rgb(110,100,55); }

 H1.HeaderClassName
 {
   color: #6E6437;
 }
 .AnyTagClassName
 {
   color: #6E6437;
 }
</style>

background-color css

<style>
 a { background-color: #6E6437; }

 a { background-color: rgb(110,100,55); }

 div.DivClassName
 {
   background-color: #6E6437;
 }
 .BgClassName
 {
   background-color: #6E6437;
 }
</style>

border-color css

<style>
 span { border-color: #6E6437; }

 span { border-color: rgb(110,100,55); }

 td.TdClassName
 {
   border-color: #6E6437;
 }
 .TagClassName
 {
   border-color: #6E6437;
 }
</style>