Shades of Himalaya #71642C
Tints of Himalaya #71642C
RGB
CMYK
RGB Variations
Color information
#71642C (or 0x71642C) is known color: Himalaya. HEX triplet: 71, 64 and 2C. RGB value is (113,100,44). Sum of RGB (Red+Green+Blue) = 113+100+44=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71642C is #8E9BD3. Grayscale: #616161. Windows color (decimal): -9346004 or 2909297. OLE color: 2909297.
HSL color Cylindrical-coordinate representation of color #71642C: hue angle of 48.7º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71642C is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 100 | 44 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.56 |
| HSL | 48.7º | 0.44% | 0.31% | - |
| HSV(B) | 48.7º | 0.61% | 0.44% | - |
| XYZ | 11.82 | 12.81 | 4.23 | - |
| YUV | 97.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 44 | 0 | 0.12 | 0.61 | 0.56 | 48.7 | 0.44 | 0.31 |
| Hex | 71 | 64 | 2C | 0 | C | 3D | 38 | 31 | 2C | 1F |
| Octal | 161 | 144 | 54 | 0 | 14 | 75 | 70 | 61 | 54 | 37 |
| Binary | 1110001 | 1100100 | 101100 | 0 | 1100 | 111101 | 111000 | 110001 | 101100 | 11111 |
Color Harmonies of #71642C
Complementary color
Monochromatic Colors of #71642C
Black with #71642C
Text Example
Text Example
White with #71642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71642C; }
p { color: rgb(113,100,44); }
H1.HeaderClassName
{
color: #71642C;
}
.AnyTagClassName
{
color: #71642C;
}
</style>
background-color css
<style>
a { background-color: #71642C; }
a { background-color: rgb(113,100,44); }
div.DivClassName
{
background-color: #71642C;
}
.BgClassName
{
background-color: #71642C;
}
</style>
border-color css
<style>
span { border-color: #71642C; }
span { border-color: rgb(113,100,44); }
td.TdClassName
{
border-color: #71642C;
}
.TagClassName
{
border-color: #71642C;
}
</style>