Shades of Himalaya #706235
Tints of Himalaya #706235
RGB
CMYK
RGB Variations
Color information
#706235 (or 0x706235) is known color: Himalaya. HEX triplet: 70, 62 and 35. RGB value is (112,98,53). Sum of RGB (Red+Green+Blue) = 112+98+53=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706235 is #8F9DCA. Grayscale: #616161. Windows color (decimal): -9412043 or 3498608. OLE color: 3498608.
HSL color Cylindrical-coordinate representation of color #706235: hue angle of 45.76º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706235 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 53 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.56 |
| HSL | 45.76º | 0.36% | 0.32% | - |
| HSV(B) | 45.76º | 0.53% | 0.44% | - |
| XYZ | 11.69 | 12.44 | 5.15 | - |
| YUV | 97.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 53 | 0 | 0.13 | 0.53 | 0.56 | 45.76 | 0.36 | 0.32 |
| Hex | 70 | 62 | 35 | 0 | D | 35 | 38 | 2E | 24 | 20 |
| Octal | 160 | 142 | 65 | 0 | 15 | 65 | 70 | 56 | 44 | 40 |
| Binary | 1110000 | 1100010 | 110101 | 0 | 1101 | 110101 | 111000 | 101110 | 100100 | 100000 |
Color Harmonies of #706235
Complementary color
Monochromatic Colors of #706235
Black with #706235
Text Example
Text Example
White with #706235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706235; }
p { color: rgb(112,98,53); }
H1.HeaderClassName
{
color: #706235;
}
.AnyTagClassName
{
color: #706235;
}
</style>
background-color css
<style>
a { background-color: #706235; }
a { background-color: rgb(112,98,53); }
div.DivClassName
{
background-color: #706235;
}
.BgClassName
{
background-color: #706235;
}
</style>
border-color css
<style>
span { border-color: #706235; }
span { border-color: rgb(112,98,53); }
td.TdClassName
{
border-color: #706235;
}
.TagClassName
{
border-color: #706235;
}
</style>