Shades of Himalaya #6F6632
Tints of Himalaya #6F6632
RGB
CMYK
RGB Variations
Color information
#6F6632 (or 0x6F6632) is known color: Himalaya. HEX triplet: 6F, 66 and 32. RGB value is (111,102,50). Sum of RGB (Red+Green+Blue) = 111+102+50=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6632 is #9099CD. Grayscale: #626262. Windows color (decimal): -9476558 or 3303023. OLE color: 3303023.
HSL color Cylindrical-coordinate representation of color #6F6632: hue angle of 51.15º 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 #6F6632 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 50 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.56 |
| HSL | 51.15º | 0.38% | 0.32% | - |
| HSV(B) | 51.15º | 0.55% | 0.44% | - |
| XYZ | 11.88 | 13.11 | 4.92 | - |
| YUV | 98.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 50 | 0 | 0.08 | 0.55 | 0.56 | 51.15 | 0.38 | 0.32 |
| Hex | 6F | 66 | 32 | 0 | 8 | 37 | 38 | 33 | 26 | 20 |
| Octal | 157 | 146 | 62 | 0 | 10 | 67 | 70 | 63 | 46 | 40 |
| Binary | 1101111 | 1100110 | 110010 | 0 | 1000 | 110111 | 111000 | 110011 | 100110 | 100000 |
Color Harmonies of #6F6632
Complementary color
Monochromatic Colors of #6F6632
Black with #6F6632
Text Example
Text Example
White with #6F6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6632; }
p { color: rgb(111,102,50); }
H1.HeaderClassName
{
color: #6F6632;
}
.AnyTagClassName
{
color: #6F6632;
}
</style>
background-color css
<style>
a { background-color: #6F6632; }
a { background-color: rgb(111,102,50); }
div.DivClassName
{
background-color: #6F6632;
}
.BgClassName
{
background-color: #6F6632;
}
</style>
border-color css
<style>
span { border-color: #6F6632; }
span { border-color: rgb(111,102,50); }
td.TdClassName
{
border-color: #6F6632;
}
.TagClassName
{
border-color: #6F6632;
}
</style>