Shades of Himalaya #71621D
Tints of Himalaya #71621D
RGB
CMYK
RGB Variations
Color information
#71621D (or 0x71621D) is known color: Himalaya. HEX triplet: 71, 62 and 1D. RGB value is (113,98,29). Sum of RGB (Red+Green+Blue) = 113+98+29=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71621D is #8E9DE2. Grayscale: #5E5E5E. Windows color (decimal): -9346531 or 1925745. OLE color: 1925745.
HSL color Cylindrical-coordinate representation of color #71621D: hue angle of 49.29º 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 #71621D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 29 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.56 |
| HSL | 49.29º | 0.59% | 0.28% | - |
| HSV(B) | 49.29º | 0.74% | 0.44% | - |
| XYZ | 11.4 | 12.33 | 2.94 | - |
| YUV | 94.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 29 | 0 | 0.13 | 0.74 | 0.56 | 49.29 | 0.59 | 0.28 |
| Hex | 71 | 62 | 1D | 0 | D | 4A | 38 | 31 | 3B | 1C |
| Octal | 161 | 142 | 35 | 0 | 15 | 112 | 70 | 61 | 73 | 34 |
| Binary | 1110001 | 1100010 | 11101 | 0 | 1101 | 1001010 | 111000 | 110001 | 111011 | 11100 |
Color Harmonies of #71621D
Complementary color
Monochromatic Colors of #71621D
Black with #71621D
Text Example
Text Example
White with #71621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71621D; }
p { color: rgb(113,98,29); }
H1.HeaderClassName
{
color: #71621D;
}
.AnyTagClassName
{
color: #71621D;
}
</style>
background-color css
<style>
a { background-color: #71621D; }
a { background-color: rgb(113,98,29); }
div.DivClassName
{
background-color: #71621D;
}
.BgClassName
{
background-color: #71621D;
}
</style>
border-color css
<style>
span { border-color: #71621D; }
span { border-color: rgb(113,98,29); }
td.TdClassName
{
border-color: #71621D;
}
.TagClassName
{
border-color: #71621D;
}
</style>