Shades of Himalaya #706737
Tints of Himalaya #706737
RGB
CMYK
RGB Variations
Color information
#706737 (or 0x706737) is known color: Himalaya. HEX triplet: 70, 67 and 37. RGB value is (112,103,55). Sum of RGB (Red+Green+Blue) = 112+103+55=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #706737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706737 is #8F98C8. Grayscale: #646464. Windows color (decimal): -9410761 or 3630960. OLE color: 3630960.
HSL color Cylindrical-coordinate representation of color #706737: hue angle of 50.53º 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 #706737 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 55 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.56 |
| HSL | 50.53º | 0.34% | 0.33% | - |
| HSV(B) | 50.53º | 0.51% | 0.44% | - |
| XYZ | 12.22 | 13.42 | 5.56 | - |
| YUV | 100.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 55 | 0 | 0.08 | 0.51 | 0.56 | 50.53 | 0.34 | 0.33 |
| Hex | 70 | 67 | 37 | 0 | 8 | 33 | 38 | 33 | 22 | 21 |
| Octal | 160 | 147 | 67 | 0 | 10 | 63 | 70 | 63 | 42 | 41 |
| Binary | 1110000 | 1100111 | 110111 | 0 | 1000 | 110011 | 111000 | 110011 | 100010 | 100001 |
Color Harmonies of #706737
Complementary color
Monochromatic Colors of #706737
Black with #706737
Text Example
Text Example
White with #706737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706737; }
p { color: rgb(112,103,55); }
H1.HeaderClassName
{
color: #706737;
}
.AnyTagClassName
{
color: #706737;
}
</style>
background-color css
<style>
a { background-color: #706737; }
a { background-color: rgb(112,103,55); }
div.DivClassName
{
background-color: #706737;
}
.BgClassName
{
background-color: #706737;
}
</style>
border-color css
<style>
span { border-color: #706737; }
span { border-color: rgb(112,103,55); }
td.TdClassName
{
border-color: #706737;
}
.TagClassName
{
border-color: #706737;
}
</style>