Shades of Himalaya #70612C
Tints of Himalaya #70612C
RGB
CMYK
RGB Variations
Color information
#70612C (or 0x70612C) is known color: Himalaya. HEX triplet: 70, 61 and 2C. RGB value is (112,97,44). Sum of RGB (Red+Green+Blue) = 112+97+44=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70612C is #8F9ED3. Grayscale: #5F5F5F. Windows color (decimal): -9412308 or 2908528. OLE color: 2908528.
HSL color Cylindrical-coordinate representation of color #70612C: hue angle of 46.76º 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 #70612C is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 44 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.56 |
| HSL | 46.76º | 0.44% | 0.31% | - |
| HSV(B) | 46.76º | 0.61% | 0.44% | - |
| XYZ | 11.41 | 12.18 | 4.13 | - |
| YUV | 95.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 44 | 0 | 0.13 | 0.61 | 0.56 | 46.76 | 0.44 | 0.31 |
| Hex | 70 | 61 | 2C | 0 | D | 3D | 38 | 2F | 2C | 1F |
| Octal | 160 | 141 | 54 | 0 | 15 | 75 | 70 | 57 | 54 | 37 |
| Binary | 1110000 | 1100001 | 101100 | 0 | 1101 | 111101 | 111000 | 101111 | 101100 | 11111 |
Color Harmonies of #70612C
Complementary color
Monochromatic Colors of #70612C
Black with #70612C
Text Example
Text Example
White with #70612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70612C; }
p { color: rgb(112,97,44); }
H1.HeaderClassName
{
color: #70612C;
}
.AnyTagClassName
{
color: #70612C;
}
</style>
background-color css
<style>
a { background-color: #70612C; }
a { background-color: rgb(112,97,44); }
div.DivClassName
{
background-color: #70612C;
}
.BgClassName
{
background-color: #70612C;
}
</style>
border-color css
<style>
span { border-color: #70612C; }
span { border-color: rgb(112,97,44); }
td.TdClassName
{
border-color: #70612C;
}
.TagClassName
{
border-color: #70612C;
}
</style>