Shades of Himalaya #706637
Tints of Himalaya #706637
RGB
CMYK
RGB Variations
Color information
#706637 (or 0x706637) is known color: Himalaya. HEX triplet: 70, 66 and 37. RGB value is (112,102,55). Sum of RGB (Red+Green+Blue) = 112+102+55=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #706637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706637 is #8F99C8. Grayscale: #636363. Windows color (decimal): -9411017 or 3630704. OLE color: 3630704.
HSL color Cylindrical-coordinate representation of color #706637: hue angle of 49.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706637 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 55 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.56 |
| HSL | 49.47º | 0.34% | 0.33% | - |
| HSV(B) | 49.47º | 0.51% | 0.44% | - |
| XYZ | 12.12 | 13.22 | 5.53 | - |
| YUV | 99.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 55 | 0 | 0.09 | 0.51 | 0.56 | 49.47 | 0.34 | 0.33 |
| Hex | 70 | 66 | 37 | 0 | 9 | 33 | 38 | 31 | 22 | 21 |
| Octal | 160 | 146 | 67 | 0 | 11 | 63 | 70 | 61 | 42 | 41 |
| Binary | 1110000 | 1100110 | 110111 | 0 | 1001 | 110011 | 111000 | 110001 | 100010 | 100001 |
Color Harmonies of #706637
Complementary color
Monochromatic Colors of #706637
Black with #706637
Text Example
Text Example
White with #706637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706637; }
p { color: rgb(112,102,55); }
H1.HeaderClassName
{
color: #706637;
}
.AnyTagClassName
{
color: #706637;
}
</style>
background-color css
<style>
a { background-color: #706637; }
a { background-color: rgb(112,102,55); }
div.DivClassName
{
background-color: #706637;
}
.BgClassName
{
background-color: #706637;
}
</style>
border-color css
<style>
span { border-color: #706637; }
span { border-color: rgb(112,102,55); }
td.TdClassName
{
border-color: #706637;
}
.TagClassName
{
border-color: #706637;
}
</style>