Shades of Himalaya #6F6024
Tints of Himalaya #6F6024
RGB
CMYK
RGB Variations
Color information
#6F6024 (or 0x6F6024) is known color: Himalaya. HEX triplet: 6F, 60 and 24. RGB value is (111,96,36). Sum of RGB (Red+Green+Blue) = 111+96+36=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6024 is #909FDB. Grayscale: #5D5D5D. Windows color (decimal): -9478108 or 2383983. OLE color: 2383983.
HSL color Cylindrical-coordinate representation of color #6F6024: hue angle of 48º 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 #6F6024 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 36 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.56 |
| HSL | 48º | 0.51% | 0.29% | - |
| HSV(B) | 48º | 0.68% | 0.44% | - |
| XYZ | 11.06 | 11.87 | 3.38 | - |
| YUV | 93.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 36 | 0 | 0.14 | 0.68 | 0.56 | 48 | 0.51 | 0.29 |
| Hex | 6F | 60 | 24 | 0 | E | 44 | 38 | 30 | 33 | 1D |
| Octal | 157 | 140 | 44 | 0 | 16 | 104 | 70 | 60 | 63 | 35 |
| Binary | 1101111 | 1100000 | 100100 | 0 | 1110 | 1000100 | 111000 | 110000 | 110011 | 11101 |
Color Harmonies of #6F6024
Complementary color
Monochromatic Colors of #6F6024
Black with #6F6024
Text Example
Text Example
White with #6F6024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6024; }
p { color: rgb(111,96,36); }
H1.HeaderClassName
{
color: #6F6024;
}
.AnyTagClassName
{
color: #6F6024;
}
</style>
background-color css
<style>
a { background-color: #6F6024; }
a { background-color: rgb(111,96,36); }
div.DivClassName
{
background-color: #6F6024;
}
.BgClassName
{
background-color: #6F6024;
}
</style>
border-color css
<style>
span { border-color: #6F6024; }
span { border-color: rgb(111,96,36); }
td.TdClassName
{
border-color: #6F6024;
}
.TagClassName
{
border-color: #6F6024;
}
</style>