Shades of Himalaya #6F6635
Tints of Himalaya #6F6635
RGB
CMYK
RGB Variations
Color information
#6F6635 (or 0x6F6635) is known color: Himalaya. HEX triplet: 6F, 66 and 35. RGB value is (111,102,53). Sum of RGB (Red+Green+Blue) = 111+102+53=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6635 is #9099CA. Grayscale: #636363. Windows color (decimal): -9476555 or 3499631. OLE color: 3499631.
HSL color Cylindrical-coordinate representation of color #6F6635: hue angle of 50.69º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F6635 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 53 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.56 |
| HSL | 50.69º | 0.35% | 0.32% | - |
| HSV(B) | 50.69º | 0.52% | 0.44% | - |
| XYZ | 11.95 | 13.14 | 5.27 | - |
| YUV | 99.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 53 | 0 | 0.08 | 0.52 | 0.56 | 50.69 | 0.35 | 0.32 |
| Hex | 6F | 66 | 35 | 0 | 8 | 34 | 38 | 33 | 23 | 20 |
| Octal | 157 | 146 | 65 | 0 | 10 | 64 | 70 | 63 | 43 | 40 |
| Binary | 1101111 | 1100110 | 110101 | 0 | 1000 | 110100 | 111000 | 110011 | 100011 | 100000 |
Color Harmonies of #6F6635
Complementary color
Monochromatic Colors of #6F6635
Black with #6F6635
Text Example
Text Example
White with #6F6635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6635; }
p { color: rgb(111,102,53); }
H1.HeaderClassName
{
color: #6F6635;
}
.AnyTagClassName
{
color: #6F6635;
}
</style>
background-color css
<style>
a { background-color: #6F6635; }
a { background-color: rgb(111,102,53); }
div.DivClassName
{
background-color: #6F6635;
}
.BgClassName
{
background-color: #6F6635;
}
</style>
border-color css
<style>
span { border-color: #6F6635; }
span { border-color: rgb(111,102,53); }
td.TdClassName
{
border-color: #6F6635;
}
.TagClassName
{
border-color: #6F6635;
}
</style>