Shades of Himalaya #71662A
Tints of Himalaya #71662A
RGB
CMYK
RGB Variations
Color information
#71662A (or 0x71662A) is known color: Himalaya. HEX triplet: 71, 66 and 2A. RGB value is (113,102,42). Sum of RGB (Red+Green+Blue) = 113+102+42=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71662A is #8E99D5. Grayscale: #626262. Windows color (decimal): -9345494 or 2778737. OLE color: 2778737.
HSL color Cylindrical-coordinate representation of color #71662A: hue angle of 50.7º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71662A is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 102 | 42 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.56 |
| HSL | 50.7º | 0.46% | 0.3% | - |
| HSV(B) | 50.7º | 0.63% | 0.44% | - |
| XYZ | 11.98 | 13.18 | 4.1 | - |
| YUV | 98.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 42 | 0 | 0.10 | 0.63 | 0.56 | 50.7 | 0.46 | 0.3 |
| Hex | 71 | 66 | 2A | 0 | A | 3F | 38 | 33 | 2E | 1E |
| Octal | 161 | 146 | 52 | 0 | 12 | 77 | 70 | 63 | 56 | 36 |
| Binary | 1110001 | 1100110 | 101010 | 0 | 1010 | 111111 | 111000 | 110011 | 101110 | 11110 |
Color Harmonies of #71662A
Complementary color
Monochromatic Colors of #71662A
Black with #71662A
Text Example
Text Example
White with #71662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71662A; }
p { color: rgb(113,102,42); }
H1.HeaderClassName
{
color: #71662A;
}
.AnyTagClassName
{
color: #71662A;
}
</style>
background-color css
<style>
a { background-color: #71662A; }
a { background-color: rgb(113,102,42); }
div.DivClassName
{
background-color: #71662A;
}
.BgClassName
{
background-color: #71662A;
}
</style>
border-color css
<style>
span { border-color: #71662A; }
span { border-color: rgb(113,102,42); }
td.TdClassName
{
border-color: #71662A;
}
.TagClassName
{
border-color: #71662A;
}
</style>