Shades of Himalaya #6F5E24
Tints of Himalaya #6F5E24
RGB
CMYK
RGB Variations
Color information
#6F5E24 (or 0x6F5E24) is known color: Himalaya. HEX triplet: 6F, 5E and 24. RGB value is (111,94,36). Sum of RGB (Red+Green+Blue) = 111+94+36=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E24 is #90A1DB. Grayscale: #5C5C5C. Windows color (decimal): -9478620 or 2383471. OLE color: 2383471.
HSL color Cylindrical-coordinate representation of color #6F5E24: hue angle of 46.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F5E24 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 36 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.56 |
| HSL | 46.4º | 0.51% | 0.29% | - |
| HSV(B) | 46.4º | 0.68% | 0.44% | - |
| XYZ | 10.88 | 11.51 | 3.32 | - |
| YUV | 92.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 36 | 0 | 0.15 | 0.68 | 0.56 | 46.4 | 0.51 | 0.29 |
| Hex | 6F | 5E | 24 | 0 | F | 44 | 38 | 2E | 33 | 1D |
| Octal | 157 | 136 | 44 | 0 | 17 | 104 | 70 | 56 | 63 | 35 |
| Binary | 1101111 | 1011110 | 100100 | 0 | 1111 | 1000100 | 111000 | 101110 | 110011 | 11101 |
Color Harmonies of #6F5E24
Complementary color
Monochromatic Colors of #6F5E24
Black with #6F5E24
Text Example
Text Example
White with #6F5E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E24; }
p { color: rgb(111,94,36); }
H1.HeaderClassName
{
color: #6F5E24;
}
.AnyTagClassName
{
color: #6F5E24;
}
</style>
background-color css
<style>
a { background-color: #6F5E24; }
a { background-color: rgb(111,94,36); }
div.DivClassName
{
background-color: #6F5E24;
}
.BgClassName
{
background-color: #6F5E24;
}
</style>
border-color css
<style>
span { border-color: #6F5E24; }
span { border-color: rgb(111,94,36); }
td.TdClassName
{
border-color: #6F5E24;
}
.TagClassName
{
border-color: #6F5E24;
}
</style>