Shades of Himalaya #6E5D24
Tints of Himalaya #6E5D24
RGB
CMYK
RGB Variations
Color information
#6E5D24 (or 0x6E5D24) is known color: Himalaya. HEX triplet: 6E, 5D and 24. RGB value is (110,93,36). Sum of RGB (Red+Green+Blue) = 110+93+36=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5D24 is #91A2DB. Grayscale: #5B5B5B. Windows color (decimal): -9544412 or 2383214. OLE color: 2383214.
HSL color Cylindrical-coordinate representation of color #6E5D24: hue angle of 46.22º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E5D24 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 36 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.57 |
| HSL | 46.22º | 0.51% | 0.29% | - |
| HSV(B) | 46.22º | 0.67% | 0.43% | - |
| XYZ | 10.66 | 11.27 | 3.28 | - |
| YUV | 91.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 36 | 0 | 0.15 | 0.67 | 0.57 | 46.22 | 0.51 | 0.29 |
| Hex | 6E | 5D | 24 | 0 | F | 43 | 39 | 2E | 33 | 1D |
| Octal | 156 | 135 | 44 | 0 | 17 | 103 | 71 | 56 | 63 | 35 |
| Binary | 1101110 | 1011101 | 100100 | 0 | 1111 | 1000011 | 111001 | 101110 | 110011 | 11101 |
Color Harmonies of #6E5D24
Complementary color
Monochromatic Colors of #6E5D24
Black with #6E5D24
Text Example
Text Example
White with #6E5D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D24; }
p { color: rgb(110,93,36); }
H1.HeaderClassName
{
color: #6E5D24;
}
.AnyTagClassName
{
color: #6E5D24;
}
</style>
background-color css
<style>
a { background-color: #6E5D24; }
a { background-color: rgb(110,93,36); }
div.DivClassName
{
background-color: #6E5D24;
}
.BgClassName
{
background-color: #6E5D24;
}
</style>
border-color css
<style>
span { border-color: #6E5D24; }
span { border-color: rgb(110,93,36); }
td.TdClassName
{
border-color: #6E5D24;
}
.TagClassName
{
border-color: #6E5D24;
}
</style>