Shades of Himalaya #6F6637
Tints of Himalaya #6F6637
RGB
CMYK
RGB Variations
Color information
#6F6637 (or 0x6F6637) is known color: Himalaya. HEX triplet: 6F, 66 and 37. RGB value is (111,102,55). Sum of RGB (Red+Green+Blue) = 111+102+55=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6637 is #9099C8. Grayscale: #636363. Windows color (decimal): -9476553 or 3630703. OLE color: 3630703.
HSL color Cylindrical-coordinate representation of color #6F6637: hue angle of 50.36º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6637 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 55 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.56 |
| HSL | 50.36º | 0.34% | 0.33% | - |
| HSV(B) | 50.36º | 0.5% | 0.44% | - |
| XYZ | 12 | 13.16 | 5.52 | - |
| YUV | 99.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 55 | 0 | 0.08 | 0.50 | 0.56 | 50.36 | 0.34 | 0.33 |
| Hex | 6F | 66 | 37 | 0 | 8 | 32 | 38 | 32 | 22 | 21 |
| Octal | 157 | 146 | 67 | 0 | 10 | 62 | 70 | 62 | 42 | 41 |
| Binary | 1101111 | 1100110 | 110111 | 0 | 1000 | 110010 | 111000 | 110010 | 100010 | 100001 |
Color Harmonies of #6F6637
Complementary color
Monochromatic Colors of #6F6637
Black with #6F6637
Text Example
Text Example
White with #6F6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6637; }
p { color: rgb(111,102,55); }
H1.HeaderClassName
{
color: #6F6637;
}
.AnyTagClassName
{
color: #6F6637;
}
</style>
background-color css
<style>
a { background-color: #6F6637; }
a { background-color: rgb(111,102,55); }
div.DivClassName
{
background-color: #6F6637;
}
.BgClassName
{
background-color: #6F6637;
}
</style>
border-color css
<style>
span { border-color: #6F6637; }
span { border-color: rgb(111,102,55); }
td.TdClassName
{
border-color: #6F6637;
}
.TagClassName
{
border-color: #6F6637;
}
</style>