Shades of Himalaya #70611D
Tints of Himalaya #70611D
RGB
CMYK
RGB Variations
Color information
#70611D (or 0x70611D) is known color: Himalaya. HEX triplet: 70, 61 and 1D. RGB value is (112,97,29). Sum of RGB (Red+Green+Blue) = 112+97+29=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70611D is #8F9EE2. Grayscale: #5E5E5E. Windows color (decimal): -9412323 or 1925488. OLE color: 1925488.
HSL color Cylindrical-coordinate representation of color #70611D: hue angle of 49.16º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70611D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 29 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.56 |
| HSL | 49.16º | 0.59% | 0.28% | - |
| HSV(B) | 49.16º | 0.74% | 0.44% | - |
| XYZ | 11.18 | 12.08 | 2.91 | - |
| YUV | 93.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 29 | 0 | 0.13 | 0.74 | 0.56 | 49.16 | 0.59 | 0.28 |
| Hex | 70 | 61 | 1D | 0 | D | 4A | 38 | 31 | 3B | 1C |
| Octal | 160 | 141 | 35 | 0 | 15 | 112 | 70 | 61 | 73 | 34 |
| Binary | 1110000 | 1100001 | 11101 | 0 | 1101 | 1001010 | 111000 | 110001 | 111011 | 11100 |
Color Harmonies of #70611D
Complementary color
Monochromatic Colors of #70611D
Black with #70611D
Text Example
Text Example
White with #70611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70611D; }
p { color: rgb(112,97,29); }
H1.HeaderClassName
{
color: #70611D;
}
.AnyTagClassName
{
color: #70611D;
}
</style>
background-color css
<style>
a { background-color: #70611D; }
a { background-color: rgb(112,97,29); }
div.DivClassName
{
background-color: #70611D;
}
.BgClassName
{
background-color: #70611D;
}
</style>
border-color css
<style>
span { border-color: #70611D; }
span { border-color: rgb(112,97,29); }
td.TdClassName
{
border-color: #70611D;
}
.TagClassName
{
border-color: #70611D;
}
</style>