Shades of Himalaya #6F6021
Tints of Himalaya #6F6021
RGB
CMYK
RGB Variations
Color information
#6F6021 (or 0x6F6021) is known color: Himalaya. HEX triplet: 6F, 60 and 21. RGB value is (111,96,33). Sum of RGB (Red+Green+Blue) = 111+96+33=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6021 is #909FDE. Grayscale: #5D5D5D. Windows color (decimal): -9478111 or 2187375. OLE color: 2187375.
HSL color Cylindrical-coordinate representation of color #6F6021: hue angle of 48.46º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F6021 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 33 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.56 |
| HSL | 48.46º | 0.54% | 0.28% | - |
| HSV(B) | 48.46º | 0.7% | 0.44% | - |
| XYZ | 11.01 | 11.86 | 3.15 | - |
| YUV | 93.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 33 | 0 | 0.14 | 0.70 | 0.56 | 48.46 | 0.54 | 0.28 |
| Hex | 6F | 60 | 21 | 0 | E | 46 | 38 | 30 | 36 | 1C |
| Octal | 157 | 140 | 41 | 0 | 16 | 106 | 70 | 60 | 66 | 34 |
| Binary | 1101111 | 1100000 | 100001 | 0 | 1110 | 1000110 | 111000 | 110000 | 110110 | 11100 |
Color Harmonies of #6F6021
Complementary color
Monochromatic Colors of #6F6021
Black with #6F6021
Text Example
Text Example
White with #6F6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6021; }
p { color: rgb(111,96,33); }
H1.HeaderClassName
{
color: #6F6021;
}
.AnyTagClassName
{
color: #6F6021;
}
</style>
background-color css
<style>
a { background-color: #6F6021; }
a { background-color: rgb(111,96,33); }
div.DivClassName
{
background-color: #6F6021;
}
.BgClassName
{
background-color: #6F6021;
}
</style>
border-color css
<style>
span { border-color: #6F6021; }
span { border-color: rgb(111,96,33); }
td.TdClassName
{
border-color: #6F6021;
}
.TagClassName
{
border-color: #6F6021;
}
</style>