Shades of Himalaya #706422
Tints of Himalaya #706422
RGB
CMYK
RGB Variations
Color information
#706422 (or 0x706422) is known color: Himalaya. HEX triplet: 70, 64 and 22. RGB value is (112,100,34). Sum of RGB (Red+Green+Blue) = 112+100+34=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706422 is #8F9BDD. Grayscale: #606060. Windows color (decimal): -9411550 or 2253936. OLE color: 2253936.
HSL color Cylindrical-coordinate representation of color #706422: hue angle of 50.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #706422 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 34 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.56 |
| HSL | 50.77º | 0.53% | 0.29% | - |
| HSV(B) | 50.77º | 0.7% | 0.44% | - |
| XYZ | 11.53 | 12.67 | 3.35 | - |
| YUV | 96.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 34 | 0 | 0.11 | 0.70 | 0.56 | 50.77 | 0.53 | 0.29 |
| Hex | 70 | 64 | 22 | 0 | B | 46 | 38 | 33 | 35 | 1D |
| Octal | 160 | 144 | 42 | 0 | 13 | 106 | 70 | 63 | 65 | 35 |
| Binary | 1110000 | 1100100 | 100010 | 0 | 1011 | 1000110 | 111000 | 110011 | 110101 | 11101 |
Color Harmonies of #706422
Complementary color
Monochromatic Colors of #706422
Black with #706422
Text Example
Text Example
White with #706422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706422; }
p { color: rgb(112,100,34); }
H1.HeaderClassName
{
color: #706422;
}
.AnyTagClassName
{
color: #706422;
}
</style>
background-color css
<style>
a { background-color: #706422; }
a { background-color: rgb(112,100,34); }
div.DivClassName
{
background-color: #706422;
}
.BgClassName
{
background-color: #706422;
}
</style>
border-color css
<style>
span { border-color: #706422; }
span { border-color: rgb(112,100,34); }
td.TdClassName
{
border-color: #706422;
}
.TagClassName
{
border-color: #706422;
}
</style>