Shades of Himalaya #70683A
Tints of Himalaya #70683A
RGB
CMYK
RGB Variations
Color information
#70683A (or 0x70683A) is known color: Himalaya. HEX triplet: 70, 68 and 3A. RGB value is (112,104,58). Sum of RGB (Red+Green+Blue) = 112+104+58=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70683A is #8F97C5. Grayscale: #656565. Windows color (decimal): -9410502 or 3827824. OLE color: 3827824.
HSL color Cylindrical-coordinate representation of color #70683A: hue angle of 51.11º 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 #70683A is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 58 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.56 |
| HSL | 51.11º | 0.32% | 0.33% | - |
| HSV(B) | 51.11º | 0.48% | 0.44% | - |
| XYZ | 12.4 | 13.65 | 5.98 | - |
| YUV | 101.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 58 | 0 | 0.07 | 0.48 | 0.56 | 51.11 | 0.32 | 0.33 |
| Hex | 70 | 68 | 3A | 0 | 7 | 30 | 38 | 33 | 20 | 21 |
| Octal | 160 | 150 | 72 | 0 | 7 | 60 | 70 | 63 | 40 | 41 |
| Binary | 1110000 | 1101000 | 111010 | 0 | 111 | 110000 | 111000 | 110011 | 100000 | 100001 |
Color Harmonies of #70683A
Complementary color
Monochromatic Colors of #70683A
Black with #70683A
Text Example
Text Example
White with #70683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70683A; }
p { color: rgb(112,104,58); }
H1.HeaderClassName
{
color: #70683A;
}
.AnyTagClassName
{
color: #70683A;
}
</style>
background-color css
<style>
a { background-color: #70683A; }
a { background-color: rgb(112,104,58); }
div.DivClassName
{
background-color: #70683A;
}
.BgClassName
{
background-color: #70683A;
}
</style>
border-color css
<style>
span { border-color: #70683A; }
span { border-color: rgb(112,104,58); }
td.TdClassName
{
border-color: #70683A;
}
.TagClassName
{
border-color: #70683A;
}
</style>