Shades of Himalaya #716939
Tints of Himalaya #716939
RGB
CMYK
RGB Variations
Color information
#716939 (or 0x716939) is known color: Himalaya. HEX triplet: 71, 69 and 39. RGB value is (113,105,57). Sum of RGB (Red+Green+Blue) = 113+105+57=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #716939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716939 is #8E96C6. Grayscale: #666666. Windows color (decimal): -9344711 or 3762545. OLE color: 3762545.
HSL color Cylindrical-coordinate representation of color #716939: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716939 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 57 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.56 |
| HSL | 51.43º | 0.33% | 0.33% | - |
| HSV(B) | 51.43º | 0.5% | 0.44% | - |
| XYZ | 12.6 | 13.91 | 5.89 | - |
| YUV | 101.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 57 | 0 | 0.07 | 0.50 | 0.56 | 51.43 | 0.33 | 0.33 |
| Hex | 71 | 69 | 39 | 0 | 7 | 32 | 38 | 33 | 21 | 21 |
| Octal | 161 | 151 | 71 | 0 | 7 | 62 | 70 | 63 | 41 | 41 |
| Binary | 1110001 | 1101001 | 111001 | 0 | 111 | 110010 | 111000 | 110011 | 100001 | 100001 |
Color Harmonies of #716939
Complementary color
Monochromatic Colors of #716939
Black with #716939
Text Example
Text Example
White with #716939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716939; }
p { color: rgb(113,105,57); }
H1.HeaderClassName
{
color: #716939;
}
.AnyTagClassName
{
color: #716939;
}
</style>
background-color css
<style>
a { background-color: #716939; }
a { background-color: rgb(113,105,57); }
div.DivClassName
{
background-color: #716939;
}
.BgClassName
{
background-color: #716939;
}
</style>
border-color css
<style>
span { border-color: #716939; }
span { border-color: rgb(113,105,57); }
td.TdClassName
{
border-color: #716939;
}
.TagClassName
{
border-color: #716939;
}
</style>