Shades of Himalaya #70662E
Tints of Himalaya #70662E
RGB
CMYK
RGB Variations
Color information
#70662E (or 0x70662E) is known color: Himalaya. HEX triplet: 70, 66 and 2E. RGB value is (112,102,46). Sum of RGB (Red+Green+Blue) = 112+102+46=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70662E is #8F99D1. Grayscale: #626262. Windows color (decimal): -9411026 or 3040880. OLE color: 3040880.
HSL color Cylindrical-coordinate representation of color #70662E: hue angle of 50.91º 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 #70662E is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 46 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.56 |
| HSL | 50.91º | 0.42% | 0.31% | - |
| HSV(B) | 50.91º | 0.59% | 0.44% | - |
| XYZ | 11.93 | 13.14 | 4.49 | - |
| YUV | 98.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 46 | 0 | 0.09 | 0.59 | 0.56 | 50.91 | 0.42 | 0.31 |
| Hex | 70 | 66 | 2E | 0 | 9 | 3B | 38 | 33 | 2A | 1F |
| Octal | 160 | 146 | 56 | 0 | 11 | 73 | 70 | 63 | 52 | 37 |
| Binary | 1110000 | 1100110 | 101110 | 0 | 1001 | 111011 | 111000 | 110011 | 101010 | 11111 |
Color Harmonies of #70662E
Complementary color
Monochromatic Colors of #70662E
Black with #70662E
Text Example
Text Example
White with #70662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70662E; }
p { color: rgb(112,102,46); }
H1.HeaderClassName
{
color: #70662E;
}
.AnyTagClassName
{
color: #70662E;
}
</style>
background-color css
<style>
a { background-color: #70662E; }
a { background-color: rgb(112,102,46); }
div.DivClassName
{
background-color: #70662E;
}
.BgClassName
{
background-color: #70662E;
}
</style>
border-color css
<style>
span { border-color: #70662E; }
span { border-color: rgb(112,102,46); }
td.TdClassName
{
border-color: #70662E;
}
.TagClassName
{
border-color: #70662E;
}
</style>