Shades of Himalaya #71622C
Tints of Himalaya #71622C
RGB
CMYK
RGB Variations
Color information
#71622C (or 0x71622C) is known color: Himalaya. HEX triplet: 71, 62 and 2C. RGB value is (113,98,44). Sum of RGB (Red+Green+Blue) = 113+98+44=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71622C is #8E9DD3. Grayscale: #606060. Windows color (decimal): -9346516 or 2908785. OLE color: 2908785.
HSL color Cylindrical-coordinate representation of color #71622C: hue angle of 46.96º 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 #71622C is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 44 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.56 |
| HSL | 46.96º | 0.44% | 0.31% | - |
| HSV(B) | 46.96º | 0.61% | 0.44% | - |
| XYZ | 11.63 | 12.43 | 4.17 | - |
| YUV | 96.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 44 | 0 | 0.13 | 0.61 | 0.56 | 46.96 | 0.44 | 0.31 |
| Hex | 71 | 62 | 2C | 0 | D | 3D | 38 | 2F | 2C | 1F |
| Octal | 161 | 142 | 54 | 0 | 15 | 75 | 70 | 57 | 54 | 37 |
| Binary | 1110001 | 1100010 | 101100 | 0 | 1101 | 111101 | 111000 | 101111 | 101100 | 11111 |
Color Harmonies of #71622C
Complementary color
Monochromatic Colors of #71622C
Black with #71622C
Text Example
Text Example
White with #71622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71622C; }
p { color: rgb(113,98,44); }
H1.HeaderClassName
{
color: #71622C;
}
.AnyTagClassName
{
color: #71622C;
}
</style>
background-color css
<style>
a { background-color: #71622C; }
a { background-color: rgb(113,98,44); }
div.DivClassName
{
background-color: #71622C;
}
.BgClassName
{
background-color: #71622C;
}
</style>
border-color css
<style>
span { border-color: #71622C; }
span { border-color: rgb(113,98,44); }
td.TdClassName
{
border-color: #71622C;
}
.TagClassName
{
border-color: #71622C;
}
</style>