Shades of Himalaya #6F5D24
Tints of Himalaya #6F5D24
RGB
CMYK
RGB Variations
Color information
#6F5D24 (or 0x6F5D24) is known color: Himalaya. HEX triplet: 6F, 5D and 24. RGB value is (111,93,36). Sum of RGB (Red+Green+Blue) = 111+93+36=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D24 is #90A2DB. Grayscale: #5C5C5C. Windows color (decimal): -9478876 or 2383215. OLE color: 2383215.
HSL color Cylindrical-coordinate representation of color #6F5D24: hue angle of 45.6º 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 #6F5D24 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 36 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.56 |
| HSL | 45.6º | 0.51% | 0.29% | - |
| HSV(B) | 45.6º | 0.68% | 0.44% | - |
| XYZ | 10.79 | 11.34 | 3.29 | - |
| YUV | 91.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 36 | 0 | 0.16 | 0.68 | 0.56 | 45.6 | 0.51 | 0.29 |
| Hex | 6F | 5D | 24 | 0 | 10 | 44 | 38 | 2E | 33 | 1D |
| Octal | 157 | 135 | 44 | 0 | 20 | 104 | 70 | 56 | 63 | 35 |
| Binary | 1101111 | 1011101 | 100100 | 0 | 10000 | 1000100 | 111000 | 101110 | 110011 | 11101 |
Color Harmonies of #6F5D24
Complementary color
Monochromatic Colors of #6F5D24
Black with #6F5D24
Text Example
Text Example
White with #6F5D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D24; }
p { color: rgb(111,93,36); }
H1.HeaderClassName
{
color: #6F5D24;
}
.AnyTagClassName
{
color: #6F5D24;
}
</style>
background-color css
<style>
a { background-color: #6F5D24; }
a { background-color: rgb(111,93,36); }
div.DivClassName
{
background-color: #6F5D24;
}
.BgClassName
{
background-color: #6F5D24;
}
</style>
border-color css
<style>
span { border-color: #6F5D24; }
span { border-color: rgb(111,93,36); }
td.TdClassName
{
border-color: #6F5D24;
}
.TagClassName
{
border-color: #6F5D24;
}
</style>