Shades of Himalaya #6E5D2F
Tints of Himalaya #6E5D2F
RGB
CMYK
RGB Variations
Color information
#6E5D2F (or 0x6E5D2F) is known color: Himalaya. HEX triplet: 6E, 5D and 2F. RGB value is (110,93,47). Sum of RGB (Red+Green+Blue) = 110+93+47=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5D2F is #91A2D0. Grayscale: #5D5D5D. Windows color (decimal): -9544401 or 3104110. OLE color: 3104110.
HSL color Cylindrical-coordinate representation of color #6E5D2F: hue angle of 43.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E5D2F is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 47 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.57 |
| HSL | 43.81º | 0.4% | 0.31% | - |
| HSV(B) | 43.81º | 0.57% | 0.43% | - |
| XYZ | 10.86 | 11.35 | 4.31 | - |
| YUV | 92.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 47 | 0 | 0.15 | 0.57 | 0.57 | 43.81 | 0.4 | 0.31 |
| Hex | 6E | 5D | 2F | 0 | F | 39 | 39 | 2C | 28 | 1F |
| Octal | 156 | 135 | 57 | 0 | 17 | 71 | 71 | 54 | 50 | 37 |
| Binary | 1101110 | 1011101 | 101111 | 0 | 1111 | 111001 | 111001 | 101100 | 101000 | 11111 |
Color Harmonies of #6E5D2F
Complementary color
Monochromatic Colors of #6E5D2F
Black with #6E5D2F
Text Example
Text Example
White with #6E5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D2F; }
p { color: rgb(110,93,47); }
H1.HeaderClassName
{
color: #6E5D2F;
}
.AnyTagClassName
{
color: #6E5D2F;
}
</style>
background-color css
<style>
a { background-color: #6E5D2F; }
a { background-color: rgb(110,93,47); }
div.DivClassName
{
background-color: #6E5D2F;
}
.BgClassName
{
background-color: #6E5D2F;
}
</style>
border-color css
<style>
span { border-color: #6E5D2F; }
span { border-color: rgb(110,93,47); }
td.TdClassName
{
border-color: #6E5D2F;
}
.TagClassName
{
border-color: #6E5D2F;
}
</style>