Shades of Himalaya #706031
Tints of Himalaya #706031
RGB
CMYK
RGB Variations
Color information
#706031 (or 0x706031) is known color: Himalaya. HEX triplet: 70, 60 and 31. RGB value is (112,96,49). Sum of RGB (Red+Green+Blue) = 112+96+49=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706031 is #8F9FCE. Grayscale: #5F5F5F. Windows color (decimal): -9412559 or 3235952. OLE color: 3235952.
HSL color Cylindrical-coordinate representation of color #706031: hue angle of 44.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706031 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 49 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.56 |
| HSL | 44.76º | 0.39% | 0.32% | - |
| HSV(B) | 44.76º | 0.56% | 0.44% | - |
| XYZ | 11.42 | 12.03 | 4.63 | - |
| YUV | 95.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 49 | 0 | 0.14 | 0.56 | 0.56 | 44.76 | 0.39 | 0.32 |
| Hex | 70 | 60 | 31 | 0 | E | 38 | 38 | 2D | 27 | 20 |
| Octal | 160 | 140 | 61 | 0 | 16 | 70 | 70 | 55 | 47 | 40 |
| Binary | 1110000 | 1100000 | 110001 | 0 | 1110 | 111000 | 111000 | 101101 | 100111 | 100000 |
Color Harmonies of #706031
Complementary color
Monochromatic Colors of #706031
Black with #706031
Text Example
Text Example
White with #706031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706031; }
p { color: rgb(112,96,49); }
H1.HeaderClassName
{
color: #706031;
}
.AnyTagClassName
{
color: #706031;
}
</style>
background-color css
<style>
a { background-color: #706031; }
a { background-color: rgb(112,96,49); }
div.DivClassName
{
background-color: #706031;
}
.BgClassName
{
background-color: #706031;
}
</style>
border-color css
<style>
span { border-color: #706031; }
span { border-color: rgb(112,96,49); }
td.TdClassName
{
border-color: #706031;
}
.TagClassName
{
border-color: #706031;
}
</style>