Shades of Himalaya #6F6232
Tints of Himalaya #6F6232
RGB
CMYK
RGB Variations
Color information
#6F6232 (or 0x6F6232) is known color: Himalaya. HEX triplet: 6F, 62 and 32. RGB value is (111,98,50). Sum of RGB (Red+Green+Blue) = 111+98+50=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6232 is #909DCD. Grayscale: #606060. Windows color (decimal): -9477582 or 3301999. OLE color: 3301999.
HSL color Cylindrical-coordinate representation of color #6F6232: hue angle of 47.21º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F6232 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 50 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.56 |
| HSL | 47.21º | 0.38% | 0.32% | - |
| HSV(B) | 47.21º | 0.55% | 0.44% | - |
| XYZ | 11.5 | 12.35 | 4.79 | - |
| YUV | 96.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 50 | 0 | 0.12 | 0.55 | 0.56 | 47.21 | 0.38 | 0.32 |
| Hex | 6F | 62 | 32 | 0 | C | 37 | 38 | 2F | 26 | 20 |
| Octal | 157 | 142 | 62 | 0 | 14 | 67 | 70 | 57 | 46 | 40 |
| Binary | 1101111 | 1100010 | 110010 | 0 | 1100 | 110111 | 111000 | 101111 | 100110 | 100000 |
Color Harmonies of #6F6232
Complementary color
Monochromatic Colors of #6F6232
Black with #6F6232
Text Example
Text Example
White with #6F6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6232; }
p { color: rgb(111,98,50); }
H1.HeaderClassName
{
color: #6F6232;
}
.AnyTagClassName
{
color: #6F6232;
}
</style>
background-color css
<style>
a { background-color: #6F6232; }
a { background-color: rgb(111,98,50); }
div.DivClassName
{
background-color: #6F6232;
}
.BgClassName
{
background-color: #6F6232;
}
</style>
border-color css
<style>
span { border-color: #6F6232; }
span { border-color: rgb(111,98,50); }
td.TdClassName
{
border-color: #6F6232;
}
.TagClassName
{
border-color: #6F6232;
}
</style>