Shades of Himalaya #6F6133
Tints of Himalaya #6F6133
RGB
CMYK
RGB Variations
Color information
#6F6133 (or 0x6F6133) is known color: Himalaya. HEX triplet: 6F, 61 and 33. RGB value is (111,97,51). Sum of RGB (Red+Green+Blue) = 111+97+51=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6133 is #909ECC. Grayscale: #606060. Windows color (decimal): -9477837 or 3367279. OLE color: 3367279.
HSL color Cylindrical-coordinate representation of color #6F6133: hue angle of 46º 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 #6F6133 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 51 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.56 |
| HSL | 46º | 0.37% | 0.32% | - |
| HSV(B) | 46º | 0.54% | 0.44% | - |
| XYZ | 11.43 | 12.17 | 4.88 | - |
| YUV | 95.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 51 | 0 | 0.13 | 0.54 | 0.56 | 46 | 0.37 | 0.32 |
| Hex | 6F | 61 | 33 | 0 | D | 36 | 38 | 2E | 25 | 20 |
| Octal | 157 | 141 | 63 | 0 | 15 | 66 | 70 | 56 | 45 | 40 |
| Binary | 1101111 | 1100001 | 110011 | 0 | 1101 | 110110 | 111000 | 101110 | 100101 | 100000 |
Color Harmonies of #6F6133
Complementary color
Monochromatic Colors of #6F6133
Black with #6F6133
Text Example
Text Example
White with #6F6133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6133; }
p { color: rgb(111,97,51); }
H1.HeaderClassName
{
color: #6F6133;
}
.AnyTagClassName
{
color: #6F6133;
}
</style>
background-color css
<style>
a { background-color: #6F6133; }
a { background-color: rgb(111,97,51); }
div.DivClassName
{
background-color: #6F6133;
}
.BgClassName
{
background-color: #6F6133;
}
</style>
border-color css
<style>
span { border-color: #6F6133; }
span { border-color: rgb(111,97,51); }
td.TdClassName
{
border-color: #6F6133;
}
.TagClassName
{
border-color: #6F6133;
}
</style>