Shades of Himalaya #6F6020
Tints of Himalaya #6F6020
RGB
CMYK
RGB Variations
Color information
#6F6020 (or 0x6F6020) is known color: Himalaya. HEX triplet: 6F, 60 and 20. RGB value is (111,96,32). Sum of RGB (Red+Green+Blue) = 111+96+32=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6020 is #909FDF. Grayscale: #5D5D5D. Windows color (decimal): -9478112 or 2121839. OLE color: 2121839.
HSL color Cylindrical-coordinate representation of color #6F6020: hue angle of 48.61º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F6020 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 32 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.56 |
| HSL | 48.61º | 0.55% | 0.28% | - |
| HSV(B) | 48.61º | 0.71% | 0.44% | - |
| XYZ | 11 | 11.85 | 3.07 | - |
| YUV | 93.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 32 | 0 | 0.14 | 0.71 | 0.56 | 48.61 | 0.55 | 0.28 |
| Hex | 6F | 60 | 20 | 0 | E | 47 | 38 | 31 | 37 | 1C |
| Octal | 157 | 140 | 40 | 0 | 16 | 107 | 70 | 61 | 67 | 34 |
| Binary | 1101111 | 1100000 | 100000 | 0 | 1110 | 1000111 | 111000 | 110001 | 110111 | 11100 |
Color Harmonies of #6F6020
Complementary color
Monochromatic Colors of #6F6020
Black with #6F6020
Text Example
Text Example
White with #6F6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6020; }
p { color: rgb(111,96,32); }
H1.HeaderClassName
{
color: #6F6020;
}
.AnyTagClassName
{
color: #6F6020;
}
</style>
background-color css
<style>
a { background-color: #6F6020; }
a { background-color: rgb(111,96,32); }
div.DivClassName
{
background-color: #6F6020;
}
.BgClassName
{
background-color: #6F6020;
}
</style>
border-color css
<style>
span { border-color: #6F6020; }
span { border-color: rgb(111,96,32); }
td.TdClassName
{
border-color: #6F6020;
}
.TagClassName
{
border-color: #6F6020;
}
</style>