Shades of Himalaya #70682E
Tints of Himalaya #70682E
RGB
CMYK
RGB Variations
Color information
#70682E (or 0x70682E) is known color: Himalaya. HEX triplet: 70, 68 and 2E. RGB value is (112,104,46). Sum of RGB (Red+Green+Blue) = 112+104+46=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70682E is #8F97D1. Grayscale: #646464. Windows color (decimal): -9410514 or 3041392. OLE color: 3041392.
HSL color Cylindrical-coordinate representation of color #70682E: hue angle of 52.73º 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 #70682E is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 46 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.56 |
| HSL | 52.73º | 0.42% | 0.31% | - |
| HSV(B) | 52.73º | 0.59% | 0.44% | - |
| XYZ | 12.13 | 13.54 | 4.56 | - |
| YUV | 99.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 46 | 0 | 0.07 | 0.59 | 0.56 | 52.73 | 0.42 | 0.31 |
| Hex | 70 | 68 | 2E | 0 | 7 | 3B | 38 | 35 | 2A | 1F |
| Octal | 160 | 150 | 56 | 0 | 7 | 73 | 70 | 65 | 52 | 37 |
| Binary | 1110000 | 1101000 | 101110 | 0 | 111 | 111011 | 111000 | 110101 | 101010 | 11111 |
Color Harmonies of #70682E
Complementary color
Monochromatic Colors of #70682E
Black with #70682E
Text Example
Text Example
White with #70682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70682E; }
p { color: rgb(112,104,46); }
H1.HeaderClassName
{
color: #70682E;
}
.AnyTagClassName
{
color: #70682E;
}
</style>
background-color css
<style>
a { background-color: #70682E; }
a { background-color: rgb(112,104,46); }
div.DivClassName
{
background-color: #70682E;
}
.BgClassName
{
background-color: #70682E;
}
</style>
border-color css
<style>
span { border-color: #70682E; }
span { border-color: rgb(112,104,46); }
td.TdClassName
{
border-color: #70682E;
}
.TagClassName
{
border-color: #70682E;
}
</style>