Shades of Himalaya #706532
Tints of Himalaya #706532
RGB
CMYK
RGB Variations
Color information
#706532 (or 0x706532) is known color: Himalaya. HEX triplet: 70, 65 and 32. RGB value is (112,101,50). Sum of RGB (Red+Green+Blue) = 112+101+50=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706532 is #8F9ACD. Grayscale: #626262. Windows color (decimal): -9411278 or 3302768. OLE color: 3302768.
HSL color Cylindrical-coordinate representation of color #706532: hue angle of 49.35º 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 #706532 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 50 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.56 |
| HSL | 49.35º | 0.38% | 0.32% | - |
| HSV(B) | 49.35º | 0.55% | 0.44% | - |
| XYZ | 11.91 | 12.98 | 4.9 | - |
| YUV | 98.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 50 | 0 | 0.10 | 0.55 | 0.56 | 49.35 | 0.38 | 0.32 |
| Hex | 70 | 65 | 32 | 0 | A | 37 | 38 | 31 | 26 | 20 |
| Octal | 160 | 145 | 62 | 0 | 12 | 67 | 70 | 61 | 46 | 40 |
| Binary | 1110000 | 1100101 | 110010 | 0 | 1010 | 110111 | 111000 | 110001 | 100110 | 100000 |
Color Harmonies of #706532
Complementary color
Monochromatic Colors of #706532
Black with #706532
Text Example
Text Example
White with #706532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706532; }
p { color: rgb(112,101,50); }
H1.HeaderClassName
{
color: #706532;
}
.AnyTagClassName
{
color: #706532;
}
</style>
background-color css
<style>
a { background-color: #706532; }
a { background-color: rgb(112,101,50); }
div.DivClassName
{
background-color: #706532;
}
.BgClassName
{
background-color: #706532;
}
</style>
border-color css
<style>
span { border-color: #706532; }
span { border-color: rgb(112,101,50); }
td.TdClassName
{
border-color: #706532;
}
.TagClassName
{
border-color: #706532;
}
</style>