Shades of Himalaya #706229
Tints of Himalaya #706229
RGB
CMYK
RGB Variations
Color information
#706229 (or 0x706229) is known color: Himalaya. HEX triplet: 70, 62 and 29. RGB value is (112,98,41). Sum of RGB (Red+Green+Blue) = 112+98+41=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706229 is #8F9DD6. Grayscale: #5F5F5F. Windows color (decimal): -9412055 or 2712176. OLE color: 2712176.
HSL color Cylindrical-coordinate representation of color #706229: hue angle of 48.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #706229 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 41 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.56 |
| HSL | 48.17º | 0.46% | 0.3% | - |
| HSV(B) | 48.17º | 0.63% | 0.44% | - |
| XYZ | 11.45 | 12.34 | 3.88 | - |
| YUV | 95.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 41 | 0 | 0.13 | 0.63 | 0.56 | 48.17 | 0.46 | 0.3 |
| Hex | 70 | 62 | 29 | 0 | D | 3F | 38 | 30 | 2E | 1E |
| Octal | 160 | 142 | 51 | 0 | 15 | 77 | 70 | 60 | 56 | 36 |
| Binary | 1110000 | 1100010 | 101001 | 0 | 1101 | 111111 | 111000 | 110000 | 101110 | 11110 |
Color Harmonies of #706229
Complementary color
Monochromatic Colors of #706229
Black with #706229
Text Example
Text Example
White with #706229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706229; }
p { color: rgb(112,98,41); }
H1.HeaderClassName
{
color: #706229;
}
.AnyTagClassName
{
color: #706229;
}
</style>
background-color css
<style>
a { background-color: #706229; }
a { background-color: rgb(112,98,41); }
div.DivClassName
{
background-color: #706229;
}
.BgClassName
{
background-color: #706229;
}
</style>
border-color css
<style>
span { border-color: #706229; }
span { border-color: rgb(112,98,41); }
td.TdClassName
{
border-color: #706229;
}
.TagClassName
{
border-color: #706229;
}
</style>