Shades of Himalaya #706630
Tints of Himalaya #706630
RGB
CMYK
RGB Variations
Color information
#706630 (or 0x706630) is known color: Himalaya. HEX triplet: 70, 66 and 30. RGB value is (112,102,48). Sum of RGB (Red+Green+Blue) = 112+102+48=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #706630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706630 is #8F99CF. Grayscale: #636363. Windows color (decimal): -9411024 or 3171952. OLE color: 3171952.
HSL color Cylindrical-coordinate representation of color #706630: hue angle of 50.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706630 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 48 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.56 |
| HSL | 50.63º | 0.4% | 0.31% | - |
| HSV(B) | 50.63º | 0.57% | 0.44% | - |
| XYZ | 11.97 | 13.16 | 4.71 | - |
| YUV | 98.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 48 | 0 | 0.09 | 0.57 | 0.56 | 50.63 | 0.4 | 0.31 |
| Hex | 70 | 66 | 30 | 0 | 9 | 39 | 38 | 33 | 28 | 1F |
| Octal | 160 | 146 | 60 | 0 | 11 | 71 | 70 | 63 | 50 | 37 |
| Binary | 1110000 | 1100110 | 110000 | 0 | 1001 | 111001 | 111000 | 110011 | 101000 | 11111 |
Color Harmonies of #706630
Complementary color
Monochromatic Colors of #706630
Black with #706630
Text Example
Text Example
White with #706630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706630; }
p { color: rgb(112,102,48); }
H1.HeaderClassName
{
color: #706630;
}
.AnyTagClassName
{
color: #706630;
}
</style>
background-color css
<style>
a { background-color: #706630; }
a { background-color: rgb(112,102,48); }
div.DivClassName
{
background-color: #706630;
}
.BgClassName
{
background-color: #706630;
}
</style>
border-color css
<style>
span { border-color: #706630; }
span { border-color: rgb(112,102,48); }
td.TdClassName
{
border-color: #706630;
}
.TagClassName
{
border-color: #706630;
}
</style>