Shades of Himalaya #71621E
Tints of Himalaya #71621E
RGB
CMYK
RGB Variations
Color information
#71621E (or 0x71621E) is known color: Himalaya. HEX triplet: 71, 62 and 1E. RGB value is (113,98,30). Sum of RGB (Red+Green+Blue) = 113+98+30=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71621E is #8E9DE1. Grayscale: #5F5F5F. Windows color (decimal): -9346530 or 1991281. OLE color: 1991281.
HSL color Cylindrical-coordinate representation of color #71621E: hue angle of 49.16º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71621E is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 30 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.56 |
| HSL | 49.16º | 0.58% | 0.28% | - |
| HSV(B) | 49.16º | 0.73% | 0.44% | - |
| XYZ | 11.41 | 12.34 | 3.01 | - |
| YUV | 94.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 30 | 0 | 0.13 | 0.73 | 0.56 | 49.16 | 0.58 | 0.28 |
| Hex | 71 | 62 | 1E | 0 | D | 49 | 38 | 31 | 3A | 1C |
| Octal | 161 | 142 | 36 | 0 | 15 | 111 | 70 | 61 | 72 | 34 |
| Binary | 1110001 | 1100010 | 11110 | 0 | 1101 | 1001001 | 111000 | 110001 | 111010 | 11100 |
Color Harmonies of #71621E
Complementary color
Monochromatic Colors of #71621E
Black with #71621E
Text Example
Text Example
White with #71621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71621E; }
p { color: rgb(113,98,30); }
H1.HeaderClassName
{
color: #71621E;
}
.AnyTagClassName
{
color: #71621E;
}
</style>
background-color css
<style>
a { background-color: #71621E; }
a { background-color: rgb(113,98,30); }
div.DivClassName
{
background-color: #71621E;
}
.BgClassName
{
background-color: #71621E;
}
</style>
border-color css
<style>
span { border-color: #71621E; }
span { border-color: rgb(113,98,30); }
td.TdClassName
{
border-color: #71621E;
}
.TagClassName
{
border-color: #71621E;
}
</style>