Shades of Himalaya #71682C
Tints of Himalaya #71682C
RGB
CMYK
RGB Variations
Color information
#71682C (or 0x71682C) is known color: Himalaya. HEX triplet: 71, 68 and 2C. RGB value is (113,104,44). Sum of RGB (Red+Green+Blue) = 113+104+44=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71682C is #8E97D3. Grayscale: #646464. Windows color (decimal): -9344980 or 2910321. OLE color: 2910321.
HSL color Cylindrical-coordinate representation of color #71682C: hue angle of 52.17º 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 #71682C is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 44 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.56 |
| HSL | 52.17º | 0.44% | 0.31% | - |
| HSV(B) | 52.17º | 0.61% | 0.44% | - |
| XYZ | 12.21 | 13.59 | 4.36 | - |
| YUV | 99.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 44 | 0 | 0.08 | 0.61 | 0.56 | 52.17 | 0.44 | 0.31 |
| Hex | 71 | 68 | 2C | 0 | 8 | 3D | 38 | 34 | 2C | 1F |
| Octal | 161 | 150 | 54 | 0 | 10 | 75 | 70 | 64 | 54 | 37 |
| Binary | 1110001 | 1101000 | 101100 | 0 | 1000 | 111101 | 111000 | 110100 | 101100 | 11111 |
Color Harmonies of #71682C
Complementary color
Monochromatic Colors of #71682C
Black with #71682C
Text Example
Text Example
White with #71682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71682C; }
p { color: rgb(113,104,44); }
H1.HeaderClassName
{
color: #71682C;
}
.AnyTagClassName
{
color: #71682C;
}
</style>
background-color css
<style>
a { background-color: #71682C; }
a { background-color: rgb(113,104,44); }
div.DivClassName
{
background-color: #71682C;
}
.BgClassName
{
background-color: #71682C;
}
</style>
border-color css
<style>
span { border-color: #71682C; }
span { border-color: rgb(113,104,44); }
td.TdClassName
{
border-color: #71682C;
}
.TagClassName
{
border-color: #71682C;
}
</style>