Shades of Himalaya #70672E
Tints of Himalaya #70672E
RGB
CMYK
RGB Variations
Color information
#70672E (or 0x70672E) is known color: Himalaya. HEX triplet: 70, 67 and 2E. RGB value is (112,103,46). Sum of RGB (Red+Green+Blue) = 112+103+46=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70672E is #8F98D1. Grayscale: #636363. Windows color (decimal): -9410770 or 3041136. OLE color: 3041136.
HSL color Cylindrical-coordinate representation of color #70672E: hue angle of 51.82º 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 #70672E is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 46 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.56 |
| HSL | 51.82º | 0.42% | 0.31% | - |
| HSV(B) | 51.82º | 0.59% | 0.44% | - |
| XYZ | 12.03 | 13.34 | 4.53 | - |
| YUV | 99.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 46 | 0 | 0.08 | 0.59 | 0.56 | 51.82 | 0.42 | 0.31 |
| Hex | 70 | 67 | 2E | 0 | 8 | 3B | 38 | 34 | 2A | 1F |
| Octal | 160 | 147 | 56 | 0 | 10 | 73 | 70 | 64 | 52 | 37 |
| Binary | 1110000 | 1100111 | 101110 | 0 | 1000 | 111011 | 111000 | 110100 | 101010 | 11111 |
Color Harmonies of #70672E
Complementary color
Monochromatic Colors of #70672E
Black with #70672E
Text Example
Text Example
White with #70672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70672E; }
p { color: rgb(112,103,46); }
H1.HeaderClassName
{
color: #70672E;
}
.AnyTagClassName
{
color: #70672E;
}
</style>
background-color css
<style>
a { background-color: #70672E; }
a { background-color: rgb(112,103,46); }
div.DivClassName
{
background-color: #70672E;
}
.BgClassName
{
background-color: #70672E;
}
</style>
border-color css
<style>
span { border-color: #70672E; }
span { border-color: rgb(112,103,46); }
td.TdClassName
{
border-color: #70672E;
}
.TagClassName
{
border-color: #70672E;
}
</style>