Shades of Himalaya #706027
Tints of Himalaya #706027
RGB
CMYK
RGB Variations
Color information
#706027 (or 0x706027) is known color: Himalaya. HEX triplet: 70, 60 and 27. RGB value is (112,96,39). Sum of RGB (Red+Green+Blue) = 112+96+39=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706027 is #8F9FD8. Grayscale: #5E5E5E. Windows color (decimal): -9412569 or 2580592. OLE color: 2580592.
HSL color Cylindrical-coordinate representation of color #706027: hue angle of 46.85º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #706027 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 39 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.56 |
| HSL | 46.85º | 0.48% | 0.3% | - |
| HSV(B) | 46.85º | 0.65% | 0.44% | - |
| XYZ | 11.23 | 11.96 | 3.64 | - |
| YUV | 94.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 39 | 0 | 0.14 | 0.65 | 0.56 | 46.85 | 0.48 | 0.3 |
| Hex | 70 | 60 | 27 | 0 | E | 41 | 38 | 2F | 30 | 1E |
| Octal | 160 | 140 | 47 | 0 | 16 | 101 | 70 | 57 | 60 | 36 |
| Binary | 1110000 | 1100000 | 100111 | 0 | 1110 | 1000001 | 111000 | 101111 | 110000 | 11110 |
Color Harmonies of #706027
Complementary color
Monochromatic Colors of #706027
Black with #706027
Text Example
Text Example
White with #706027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706027; }
p { color: rgb(112,96,39); }
H1.HeaderClassName
{
color: #706027;
}
.AnyTagClassName
{
color: #706027;
}
</style>
background-color css
<style>
a { background-color: #706027; }
a { background-color: rgb(112,96,39); }
div.DivClassName
{
background-color: #706027;
}
.BgClassName
{
background-color: #706027;
}
</style>
border-color css
<style>
span { border-color: #706027; }
span { border-color: rgb(112,96,39); }
td.TdClassName
{
border-color: #706027;
}
.TagClassName
{
border-color: #706027;
}
</style>