Shades of Himalaya #706832
Tints of Himalaya #706832
RGB
CMYK
RGB Variations
Color information
#706832 (or 0x706832) is known color: Himalaya. HEX triplet: 70, 68 and 32. RGB value is (112,104,50). Sum of RGB (Red+Green+Blue) = 112+104+50=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706832 is #8F97CD. Grayscale: #646464. Windows color (decimal): -9410510 or 3303536. OLE color: 3303536.
HSL color Cylindrical-coordinate representation of color #706832: hue angle of 52.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706832 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 50 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.56 |
| HSL | 52.26º | 0.38% | 0.32% | - |
| HSV(B) | 52.26º | 0.55% | 0.44% | - |
| XYZ | 12.21 | 13.58 | 4.99 | - |
| YUV | 100.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 50 | 0 | 0.07 | 0.55 | 0.56 | 52.26 | 0.38 | 0.32 |
| Hex | 70 | 68 | 32 | 0 | 7 | 37 | 38 | 34 | 26 | 20 |
| Octal | 160 | 150 | 62 | 0 | 7 | 67 | 70 | 64 | 46 | 40 |
| Binary | 1110000 | 1101000 | 110010 | 0 | 111 | 110111 | 111000 | 110100 | 100110 | 100000 |
Color Harmonies of #706832
Complementary color
Monochromatic Colors of #706832
Black with #706832
Text Example
Text Example
White with #706832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706832; }
p { color: rgb(112,104,50); }
H1.HeaderClassName
{
color: #706832;
}
.AnyTagClassName
{
color: #706832;
}
</style>
background-color css
<style>
a { background-color: #706832; }
a { background-color: rgb(112,104,50); }
div.DivClassName
{
background-color: #706832;
}
.BgClassName
{
background-color: #706832;
}
</style>
border-color css
<style>
span { border-color: #706832; }
span { border-color: rgb(112,104,50); }
td.TdClassName
{
border-color: #706832;
}
.TagClassName
{
border-color: #706832;
}
</style>