Shades of Himalaya #706839
Tints of Himalaya #706839
RGB
CMYK
RGB Variations
Color information
#706839 (or 0x706839) is known color: Himalaya. HEX triplet: 70, 68 and 39. RGB value is (112,104,57). Sum of RGB (Red+Green+Blue) = 112+104+57=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706839 is #8F97C6. Grayscale: #656565. Windows color (decimal): -9410503 or 3762288. OLE color: 3762288.
HSL color Cylindrical-coordinate representation of color #706839: hue angle of 51.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706839 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 57 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.56 |
| HSL | 51.27º | 0.33% | 0.33% | - |
| HSV(B) | 51.27º | 0.49% | 0.44% | - |
| XYZ | 12.37 | 13.64 | 5.85 | - |
| YUV | 101.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 57 | 0 | 0.07 | 0.49 | 0.56 | 51.27 | 0.33 | 0.33 |
| Hex | 70 | 68 | 39 | 0 | 7 | 31 | 38 | 33 | 21 | 21 |
| Octal | 160 | 150 | 71 | 0 | 7 | 61 | 70 | 63 | 41 | 41 |
| Binary | 1110000 | 1101000 | 111001 | 0 | 111 | 110001 | 111000 | 110011 | 100001 | 100001 |
Color Harmonies of #706839
Complementary color
Monochromatic Colors of #706839
Black with #706839
Text Example
Text Example
White with #706839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706839; }
p { color: rgb(112,104,57); }
H1.HeaderClassName
{
color: #706839;
}
.AnyTagClassName
{
color: #706839;
}
</style>
background-color css
<style>
a { background-color: #706839; }
a { background-color: rgb(112,104,57); }
div.DivClassName
{
background-color: #706839;
}
.BgClassName
{
background-color: #706839;
}
</style>
border-color css
<style>
span { border-color: #706839; }
span { border-color: rgb(112,104,57); }
td.TdClassName
{
border-color: #706839;
}
.TagClassName
{
border-color: #706839;
}
</style>