Shades of Himalaya #70622E
Tints of Himalaya #70622E
RGB
CMYK
RGB Variations
Color information
#70622E (or 0x70622E) is known color: Himalaya. HEX triplet: 70, 62 and 2E. RGB value is (112,98,46). Sum of RGB (Red+Green+Blue) = 112+98+46=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70622E is #8F9DD1. Grayscale: #606060. Windows color (decimal): -9412050 or 3039856. OLE color: 3039856.
HSL color Cylindrical-coordinate representation of color #70622E: hue angle of 47.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70622E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 46 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.56 |
| HSL | 47.27º | 0.42% | 0.31% | - |
| HSV(B) | 47.27º | 0.59% | 0.44% | - |
| XYZ | 11.54 | 12.38 | 4.37 | - |
| YUV | 96.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 46 | 0 | 0.13 | 0.59 | 0.56 | 47.27 | 0.42 | 0.31 |
| Hex | 70 | 62 | 2E | 0 | D | 3B | 38 | 2F | 2A | 1F |
| Octal | 160 | 142 | 56 | 0 | 15 | 73 | 70 | 57 | 52 | 37 |
| Binary | 1110000 | 1100010 | 101110 | 0 | 1101 | 111011 | 111000 | 101111 | 101010 | 11111 |
Color Harmonies of #70622E
Complementary color
Monochromatic Colors of #70622E
Black with #70622E
Text Example
Text Example
White with #70622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70622E; }
p { color: rgb(112,98,46); }
H1.HeaderClassName
{
color: #70622E;
}
.AnyTagClassName
{
color: #70622E;
}
</style>
background-color css
<style>
a { background-color: #70622E; }
a { background-color: rgb(112,98,46); }
div.DivClassName
{
background-color: #70622E;
}
.BgClassName
{
background-color: #70622E;
}
</style>
border-color css
<style>
span { border-color: #70622E; }
span { border-color: rgb(112,98,46); }
td.TdClassName
{
border-color: #70622E;
}
.TagClassName
{
border-color: #70622E;
}
</style>