Shades of Himalaya #706634
Tints of Himalaya #706634
RGB
CMYK
RGB Variations
Color information
#706634 (or 0x706634) is known color: Himalaya. HEX triplet: 70, 66 and 34. RGB value is (112,102,52). Sum of RGB (Red+Green+Blue) = 112+102+52=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706634 is #8F99CB. Grayscale: #636363. Windows color (decimal): -9411020 or 3434096. OLE color: 3434096.
HSL color Cylindrical-coordinate representation of color #706634: hue angle of 50º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706634 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 52 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.56 |
| HSL | 50º | 0.37% | 0.32% | - |
| HSV(B) | 50º | 0.54% | 0.44% | - |
| XYZ | 12.05 | 13.2 | 5.16 | - |
| YUV | 99.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 52 | 0 | 0.09 | 0.54 | 0.56 | 50 | 0.37 | 0.32 |
| Hex | 70 | 66 | 34 | 0 | 9 | 36 | 38 | 32 | 25 | 20 |
| Octal | 160 | 146 | 64 | 0 | 11 | 66 | 70 | 62 | 45 | 40 |
| Binary | 1110000 | 1100110 | 110100 | 0 | 1001 | 110110 | 111000 | 110010 | 100101 | 100000 |
Color Harmonies of #706634
Complementary color
Monochromatic Colors of #706634
Black with #706634
Text Example
Text Example
White with #706634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706634; }
p { color: rgb(112,102,52); }
H1.HeaderClassName
{
color: #706634;
}
.AnyTagClassName
{
color: #706634;
}
</style>
background-color css
<style>
a { background-color: #706634; }
a { background-color: rgb(112,102,52); }
div.DivClassName
{
background-color: #706634;
}
.BgClassName
{
background-color: #706634;
}
</style>
border-color css
<style>
span { border-color: #706634; }
span { border-color: rgb(112,102,52); }
td.TdClassName
{
border-color: #706634;
}
.TagClassName
{
border-color: #706634;
}
</style>