Shades of Himalaya #706A37
Tints of Himalaya #706A37
RGB
CMYK
RGB Variations
Color information
#706A37 (or 0x706A37) is known color: Himalaya. HEX triplet: 70, 6A and 37. RGB value is (112,106,55). Sum of RGB (Red+Green+Blue) = 112+106+55=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A37 is #8F95C8. Grayscale: #666666. Windows color (decimal): -9409993 or 3631728. OLE color: 3631728.
HSL color Cylindrical-coordinate representation of color #706A37: hue angle of 53.68º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706A37 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 55 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.56 |
| HSL | 53.68º | 0.34% | 0.33% | - |
| HSV(B) | 53.68º | 0.51% | 0.44% | - |
| XYZ | 12.53 | 14.03 | 5.66 | - |
| YUV | 101.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 55 | 0 | 0.05 | 0.51 | 0.56 | 53.68 | 0.34 | 0.33 |
| Hex | 70 | 6A | 37 | 0 | 5 | 33 | 38 | 36 | 22 | 21 |
| Octal | 160 | 152 | 67 | 0 | 5 | 63 | 70 | 66 | 42 | 41 |
| Binary | 1110000 | 1101010 | 110111 | 0 | 101 | 110011 | 111000 | 110110 | 100010 | 100001 |
Color Harmonies of #706A37
Complementary color
Monochromatic Colors of #706A37
Black with #706A37
Text Example
Text Example
White with #706A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A37; }
p { color: rgb(112,106,55); }
H1.HeaderClassName
{
color: #706A37;
}
.AnyTagClassName
{
color: #706A37;
}
</style>
background-color css
<style>
a { background-color: #706A37; }
a { background-color: rgb(112,106,55); }
div.DivClassName
{
background-color: #706A37;
}
.BgClassName
{
background-color: #706A37;
}
</style>
border-color css
<style>
span { border-color: #706A37; }
span { border-color: rgb(112,106,55); }
td.TdClassName
{
border-color: #706A37;
}
.TagClassName
{
border-color: #706A37;
}
</style>