Shades of Himalaya #70652A
Tints of Himalaya #70652A
RGB
CMYK
RGB Variations
Color information
#70652A (or 0x70652A) is known color: Himalaya. HEX triplet: 70, 65 and 2A. RGB value is (112,101,42). Sum of RGB (Red+Green+Blue) = 112+101+42=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70652A is #8F9AD5. Grayscale: #616161. Windows color (decimal): -9411286 or 2778480. OLE color: 2778480.
HSL color Cylindrical-coordinate representation of color #70652A: hue angle of 50.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70652A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 42 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.56 |
| HSL | 50.57º | 0.45% | 0.3% | - |
| HSV(B) | 50.57º | 0.63% | 0.44% | - |
| XYZ | 11.75 | 12.92 | 4.06 | - |
| YUV | 97.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 42 | 0 | 0.10 | 0.62 | 0.56 | 50.57 | 0.45 | 0.3 |
| Hex | 70 | 65 | 2A | 0 | A | 3E | 38 | 33 | 2D | 1E |
| Octal | 160 | 145 | 52 | 0 | 12 | 76 | 70 | 63 | 55 | 36 |
| Binary | 1110000 | 1100101 | 101010 | 0 | 1010 | 111110 | 111000 | 110011 | 101101 | 11110 |
Color Harmonies of #70652A
Complementary color
Monochromatic Colors of #70652A
Black with #70652A
Text Example
Text Example
White with #70652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70652A; }
p { color: rgb(112,101,42); }
H1.HeaderClassName
{
color: #70652A;
}
.AnyTagClassName
{
color: #70652A;
}
</style>
background-color css
<style>
a { background-color: #70652A; }
a { background-color: rgb(112,101,42); }
div.DivClassName
{
background-color: #70652A;
}
.BgClassName
{
background-color: #70652A;
}
</style>
border-color css
<style>
span { border-color: #70652A; }
span { border-color: rgb(112,101,42); }
td.TdClassName
{
border-color: #70652A;
}
.TagClassName
{
border-color: #70652A;
}
</style>