Shades of Himalaya #70642C
Tints of Himalaya #70642C
RGB
CMYK
RGB Variations
Color information
#70642C (or 0x70642C) is known color: Himalaya. HEX triplet: 70, 64 and 2C. RGB value is (112,100,44). Sum of RGB (Red+Green+Blue) = 112+100+44=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70642C is #8F9BD3. Grayscale: #616161. Windows color (decimal): -9411540 or 2909296. OLE color: 2909296.
HSL color Cylindrical-coordinate representation of color #70642C: hue angle of 49.41º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70642C is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 44 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.56 |
| HSL | 49.41º | 0.44% | 0.31% | - |
| HSV(B) | 49.41º | 0.61% | 0.44% | - |
| XYZ | 11.69 | 12.74 | 4.23 | - |
| YUV | 97.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 44 | 0 | 0.11 | 0.61 | 0.56 | 49.41 | 0.44 | 0.31 |
| Hex | 70 | 64 | 2C | 0 | B | 3D | 38 | 31 | 2C | 1F |
| Octal | 160 | 144 | 54 | 0 | 13 | 75 | 70 | 61 | 54 | 37 |
| Binary | 1110000 | 1100100 | 101100 | 0 | 1011 | 111101 | 111000 | 110001 | 101100 | 11111 |
Color Harmonies of #70642C
Complementary color
Monochromatic Colors of #70642C
Black with #70642C
Text Example
Text Example
White with #70642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70642C; }
p { color: rgb(112,100,44); }
H1.HeaderClassName
{
color: #70642C;
}
.AnyTagClassName
{
color: #70642C;
}
</style>
background-color css
<style>
a { background-color: #70642C; }
a { background-color: rgb(112,100,44); }
div.DivClassName
{
background-color: #70642C;
}
.BgClassName
{
background-color: #70642C;
}
</style>
border-color css
<style>
span { border-color: #70642C; }
span { border-color: rgb(112,100,44); }
td.TdClassName
{
border-color: #70642C;
}
.TagClassName
{
border-color: #70642C;
}
</style>