Shades of Himalaya #6F6220
Tints of Himalaya #6F6220
RGB
CMYK
RGB Variations
Color information
#6F6220 (or 0x6F6220) is known color: Himalaya. HEX triplet: 6F, 62 and 20. RGB value is (111,98,32). Sum of RGB (Red+Green+Blue) = 111+98+32=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6220 is #909DDF. Grayscale: #5E5E5E. Windows color (decimal): -9477600 or 2122351. OLE color: 2122351.
HSL color Cylindrical-coordinate representation of color #6F6220: hue angle of 50.13º 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 #6F6220 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 32 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.56 |
| HSL | 50.13º | 0.55% | 0.28% | - |
| HSV(B) | 50.13º | 0.71% | 0.44% | - |
| XYZ | 11.18 | 12.22 | 3.14 | - |
| YUV | 94.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 32 | 0 | 0.12 | 0.71 | 0.56 | 50.13 | 0.55 | 0.28 |
| Hex | 6F | 62 | 20 | 0 | C | 47 | 38 | 32 | 37 | 1C |
| Octal | 157 | 142 | 40 | 0 | 14 | 107 | 70 | 62 | 67 | 34 |
| Binary | 1101111 | 1100010 | 100000 | 0 | 1100 | 1000111 | 111000 | 110010 | 110111 | 11100 |
Color Harmonies of #6F6220
Complementary color
Monochromatic Colors of #6F6220
Black with #6F6220
Text Example
Text Example
White with #6F6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6220; }
p { color: rgb(111,98,32); }
H1.HeaderClassName
{
color: #6F6220;
}
.AnyTagClassName
{
color: #6F6220;
}
</style>
background-color css
<style>
a { background-color: #6F6220; }
a { background-color: rgb(111,98,32); }
div.DivClassName
{
background-color: #6F6220;
}
.BgClassName
{
background-color: #6F6220;
}
</style>
border-color css
<style>
span { border-color: #6F6220; }
span { border-color: rgb(111,98,32); }
td.TdClassName
{
border-color: #6F6220;
}
.TagClassName
{
border-color: #6F6220;
}
</style>