Shades of Himalaya #6F6233
Tints of Himalaya #6F6233
RGB
CMYK
RGB Variations
Color information
#6F6233 (or 0x6F6233) is known color: Himalaya. HEX triplet: 6F, 62 and 33. RGB value is (111,98,51). Sum of RGB (Red+Green+Blue) = 111+98+51=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6233 is #909DCC. Grayscale: #606060. Windows color (decimal): -9477581 or 3367535. OLE color: 3367535.
HSL color Cylindrical-coordinate representation of color #6F6233: hue angle of 47º 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 #6F6233 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 51 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.56 |
| HSL | 47º | 0.37% | 0.32% | - |
| HSV(B) | 47º | 0.54% | 0.44% | - |
| XYZ | 11.52 | 12.35 | 4.91 | - |
| YUV | 96.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 51 | 0 | 0.12 | 0.54 | 0.56 | 47 | 0.37 | 0.32 |
| Hex | 6F | 62 | 33 | 0 | C | 36 | 38 | 2F | 25 | 20 |
| Octal | 157 | 142 | 63 | 0 | 14 | 66 | 70 | 57 | 45 | 40 |
| Binary | 1101111 | 1100010 | 110011 | 0 | 1100 | 110110 | 111000 | 101111 | 100101 | 100000 |
Color Harmonies of #6F6233
Complementary color
Monochromatic Colors of #6F6233
Black with #6F6233
Text Example
Text Example
White with #6F6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6233; }
p { color: rgb(111,98,51); }
H1.HeaderClassName
{
color: #6F6233;
}
.AnyTagClassName
{
color: #6F6233;
}
</style>
background-color css
<style>
a { background-color: #6F6233; }
a { background-color: rgb(111,98,51); }
div.DivClassName
{
background-color: #6F6233;
}
.BgClassName
{
background-color: #6F6233;
}
</style>
border-color css
<style>
span { border-color: #6F6233; }
span { border-color: rgb(111,98,51); }
td.TdClassName
{
border-color: #6F6233;
}
.TagClassName
{
border-color: #6F6233;
}
</style>