Shades of Himalaya #6F6033
Tints of Himalaya #6F6033
RGB
CMYK
RGB Variations
Color information
#6F6033 (or 0x6F6033) is known color: Himalaya. HEX triplet: 6F, 60 and 33. RGB value is (111,96,51). Sum of RGB (Red+Green+Blue) = 111+96+51=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6033 is #909FCC. Grayscale: #5F5F5F. Windows color (decimal): -9478093 or 3367023. OLE color: 3367023.
HSL color Cylindrical-coordinate representation of color #6F6033: hue angle of 45º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F6033 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 51 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.56 |
| HSL | 45º | 0.37% | 0.32% | - |
| HSV(B) | 45º | 0.54% | 0.44% | - |
| XYZ | 11.34 | 11.98 | 4.85 | - |
| YUV | 95.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 51 | 0 | 0.14 | 0.54 | 0.56 | 45 | 0.37 | 0.32 |
| Hex | 6F | 60 | 33 | 0 | E | 36 | 38 | 2D | 25 | 20 |
| Octal | 157 | 140 | 63 | 0 | 16 | 66 | 70 | 55 | 45 | 40 |
| Binary | 1101111 | 1100000 | 110011 | 0 | 1110 | 110110 | 111000 | 101101 | 100101 | 100000 |
Color Harmonies of #6F6033
Complementary color
Monochromatic Colors of #6F6033
Black with #6F6033
Text Example
Text Example
White with #6F6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6033; }
p { color: rgb(111,96,51); }
H1.HeaderClassName
{
color: #6F6033;
}
.AnyTagClassName
{
color: #6F6033;
}
</style>
background-color css
<style>
a { background-color: #6F6033; }
a { background-color: rgb(111,96,51); }
div.DivClassName
{
background-color: #6F6033;
}
.BgClassName
{
background-color: #6F6033;
}
</style>
border-color css
<style>
span { border-color: #6F6033; }
span { border-color: rgb(111,96,51); }
td.TdClassName
{
border-color: #6F6033;
}
.TagClassName
{
border-color: #6F6033;
}
</style>