Shades of Himalaya #706225
Tints of Himalaya #706225
RGB
CMYK
RGB Variations
Color information
#706225 (or 0x706225) is known color: Himalaya. HEX triplet: 70, 62 and 25. RGB value is (112,98,37). Sum of RGB (Red+Green+Blue) = 112+98+37=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706225 is #8F9DDA. Grayscale: #5F5F5F. Windows color (decimal): -9412059 or 2450032. OLE color: 2450032.
HSL color Cylindrical-coordinate representation of color #706225: hue angle of 48.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #706225 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 37 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.56 |
| HSL | 48.8º | 0.5% | 0.29% | - |
| HSV(B) | 48.8º | 0.67% | 0.44% | - |
| XYZ | 11.38 | 12.31 | 3.53 | - |
| YUV | 95.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 37 | 0 | 0.13 | 0.67 | 0.56 | 48.8 | 0.5 | 0.29 |
| Hex | 70 | 62 | 25 | 0 | D | 43 | 38 | 31 | 32 | 1D |
| Octal | 160 | 142 | 45 | 0 | 15 | 103 | 70 | 61 | 62 | 35 |
| Binary | 1110000 | 1100010 | 100101 | 0 | 1101 | 1000011 | 111000 | 110001 | 110010 | 11101 |
Color Harmonies of #706225
Complementary color
Monochromatic Colors of #706225
Black with #706225
Text Example
Text Example
White with #706225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706225; }
p { color: rgb(112,98,37); }
H1.HeaderClassName
{
color: #706225;
}
.AnyTagClassName
{
color: #706225;
}
</style>
background-color css
<style>
a { background-color: #706225; }
a { background-color: rgb(112,98,37); }
div.DivClassName
{
background-color: #706225;
}
.BgClassName
{
background-color: #706225;
}
</style>
border-color css
<style>
span { border-color: #706225; }
span { border-color: rgb(112,98,37); }
td.TdClassName
{
border-color: #706225;
}
.TagClassName
{
border-color: #706225;
}
</style>