Shades of Himalaya #70693A
Tints of Himalaya #70693A
RGB
CMYK
RGB Variations
Color information
#70693A (or 0x70693A) is known color: Himalaya. HEX triplet: 70, 69 and 3A. RGB value is (112,105,58). Sum of RGB (Red+Green+Blue) = 112+105+58=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70693A is #8F96C5. Grayscale: #656565. Windows color (decimal): -9410246 or 3828080. OLE color: 3828080.
HSL color Cylindrical-coordinate representation of color #70693A: hue angle of 52.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70693A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 58 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.56 |
| HSL | 52.22º | 0.32% | 0.33% | - |
| HSV(B) | 52.22º | 0.48% | 0.44% | - |
| XYZ | 12.5 | 13.85 | 6.02 | - |
| YUV | 101.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 58 | 0 | 0.06 | 0.48 | 0.56 | 52.22 | 0.32 | 0.33 |
| Hex | 70 | 69 | 3A | 0 | 6 | 30 | 38 | 34 | 20 | 21 |
| Octal | 160 | 151 | 72 | 0 | 6 | 60 | 70 | 64 | 40 | 41 |
| Binary | 1110000 | 1101001 | 111010 | 0 | 110 | 110000 | 111000 | 110100 | 100000 | 100001 |
Color Harmonies of #70693A
Complementary color
Monochromatic Colors of #70693A
Black with #70693A
Text Example
Text Example
White with #70693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70693A; }
p { color: rgb(112,105,58); }
H1.HeaderClassName
{
color: #70693A;
}
.AnyTagClassName
{
color: #70693A;
}
</style>
background-color css
<style>
a { background-color: #70693A; }
a { background-color: rgb(112,105,58); }
div.DivClassName
{
background-color: #70693A;
}
.BgClassName
{
background-color: #70693A;
}
</style>
border-color css
<style>
span { border-color: #70693A; }
span { border-color: rgb(112,105,58); }
td.TdClassName
{
border-color: #70693A;
}
.TagClassName
{
border-color: #70693A;
}
</style>