Shades of Himalaya #706121
Tints of Himalaya #706121
RGB
CMYK
RGB Variations
Color information
#706121 (or 0x706121) is known color: Himalaya. HEX triplet: 70, 61 and 21. RGB value is (112,97,33). Sum of RGB (Red+Green+Blue) = 112+97+33=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706121 is #8F9EDE. Grayscale: #5E5E5E. Windows color (decimal): -9412319 or 2187632. OLE color: 2187632.
HSL color Cylindrical-coordinate representation of color #706121: hue angle of 48.61º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #706121 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 33 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.56 |
| HSL | 48.61º | 0.54% | 0.28% | - |
| HSV(B) | 48.61º | 0.71% | 0.44% | - |
| XYZ | 11.23 | 12.1 | 3.18 | - |
| YUV | 94.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 33 | 0 | 0.13 | 0.71 | 0.56 | 48.61 | 0.54 | 0.28 |
| Hex | 70 | 61 | 21 | 0 | D | 47 | 38 | 31 | 36 | 1C |
| Octal | 160 | 141 | 41 | 0 | 15 | 107 | 70 | 61 | 66 | 34 |
| Binary | 1110000 | 1100001 | 100001 | 0 | 1101 | 1000111 | 111000 | 110001 | 110110 | 11100 |
Color Harmonies of #706121
Complementary color
Monochromatic Colors of #706121
Black with #706121
Text Example
Text Example
White with #706121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706121; }
p { color: rgb(112,97,33); }
H1.HeaderClassName
{
color: #706121;
}
.AnyTagClassName
{
color: #706121;
}
</style>
background-color css
<style>
a { background-color: #706121; }
a { background-color: rgb(112,97,33); }
div.DivClassName
{
background-color: #706121;
}
.BgClassName
{
background-color: #706121;
}
</style>
border-color css
<style>
span { border-color: #706121; }
span { border-color: rgb(112,97,33); }
td.TdClassName
{
border-color: #706121;
}
.TagClassName
{
border-color: #706121;
}
</style>