Shades of Himalaya #71611D
Tints of Himalaya #71611D
RGB
CMYK
RGB Variations
Color information
#71611D (or 0x71611D) is known color: Himalaya. HEX triplet: 71, 61 and 1D. RGB value is (113,97,29). Sum of RGB (Red+Green+Blue) = 113+97+29=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71611D is #8E9EE2. Grayscale: #5E5E5E. Windows color (decimal): -9346787 or 1925489. OLE color: 1925489.
HSL color Cylindrical-coordinate representation of color #71611D: hue angle of 48.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71611D is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 29 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.56 |
| HSL | 48.57º | 0.59% | 0.28% | - |
| HSV(B) | 48.57º | 0.74% | 0.44% | - |
| XYZ | 11.31 | 12.15 | 2.91 | - |
| YUV | 94.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 29 | 0 | 0.14 | 0.74 | 0.56 | 48.57 | 0.59 | 0.28 |
| Hex | 71 | 61 | 1D | 0 | E | 4A | 38 | 31 | 3B | 1C |
| Octal | 161 | 141 | 35 | 0 | 16 | 112 | 70 | 61 | 73 | 34 |
| Binary | 1110001 | 1100001 | 11101 | 0 | 1110 | 1001010 | 111000 | 110001 | 111011 | 11100 |
Color Harmonies of #71611D
Complementary color
Monochromatic Colors of #71611D
Black with #71611D
Text Example
Text Example
White with #71611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71611D; }
p { color: rgb(113,97,29); }
H1.HeaderClassName
{
color: #71611D;
}
.AnyTagClassName
{
color: #71611D;
}
</style>
background-color css
<style>
a { background-color: #71611D; }
a { background-color: rgb(113,97,29); }
div.DivClassName
{
background-color: #71611D;
}
.BgClassName
{
background-color: #71611D;
}
</style>
border-color css
<style>
span { border-color: #71611D; }
span { border-color: rgb(113,97,29); }
td.TdClassName
{
border-color: #71611D;
}
.TagClassName
{
border-color: #71611D;
}
</style>