#6B5E31

Color #6B5E31 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #6B5E31

Tints of Himalaya #6B5E31

Color information

#6B5E31 (or 0x6B5E31) is unknown color: approx Himalaya. HEX triplet: 6B, 5E and 31. RGB value is (107,94,49). Sum of RGB (Red+Green+Blue) = 107+94+49=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5E31 is #94A1CE. Grayscale: #5C5C5C. Windows color (decimal): -9740751 or 3235435. OLE color: 3235435.

HSL color Cylindrical-coordinate representation of color #6B5E31: hue angle of 46.55º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5E31 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB1079449-
CMYK00.120.540.58
HSL46.55º37.18%30.59%-
HSV(B)46.55º54.21%41.96%-
XYZ10.6211.354.54-
YUV92.76103.31138.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=42.8%
G=37.6%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107944900.120.540.5846.5537.1830.59
Hex6B5E310C363A2f251f
Octal153136610146672574537
Binary110101110111101100010110011011011101010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,94,49); }

 H1.HeaderClassName
 {
   color: #6B5E31;
 }
 .AnyTagClassName
 {
   color: #6B5E31;
 }
</style>
background-color css

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

 a { background-color: rgb(107,94,49); }

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

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

 span { border-color: rgb(107,94,49); }

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