Shades of Makara #71614D
Tints of Makara #71614D
RGB
CMYK
RGB Variations
Color information
#71614D (or 0x71614D) is known color: Makara. HEX triplet: 71, 61 and 4D. RGB value is (113,97,77). Sum of RGB (Red+Green+Blue) = 113+97+77=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71614D is #8E9EB2. Grayscale: #636363. Windows color (decimal): -9346739 or 5071217. OLE color: 5071217.
HSL color Cylindrical-coordinate representation of color #71614D: hue angle of 33.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71614D is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 77 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.56 |
| HSL | 33.33º | 0.19% | 0.37% | - |
| HSV(B) | 33.33º | 0.32% | 0.44% | - |
| XYZ | 12.42 | 12.6 | 8.8 | - |
| YUV | 99.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 77 | 0 | 0.14 | 0.32 | 0.56 | 33.33 | 0.19 | 0.37 |
| Hex | 71 | 61 | 4D | 0 | E | 20 | 38 | 21 | 13 | 25 |
| Octal | 161 | 141 | 115 | 0 | 16 | 40 | 70 | 41 | 23 | 45 |
| Binary | 1110001 | 1100001 | 1001101 | 0 | 1110 | 100000 | 111000 | 100001 | 10011 | 100101 |
Color Harmonies of #71614D
Complementary color
Monochromatic Colors of #71614D
Black with #71614D
Text Example
Text Example
White with #71614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71614D; }
p { color: rgb(113,97,77); }
H1.HeaderClassName
{
color: #71614D;
}
.AnyTagClassName
{
color: #71614D;
}
</style>
background-color css
<style>
a { background-color: #71614D; }
a { background-color: rgb(113,97,77); }
div.DivClassName
{
background-color: #71614D;
}
.BgClassName
{
background-color: #71614D;
}
</style>
border-color css
<style>
span { border-color: #71614D; }
span { border-color: rgb(113,97,77); }
td.TdClassName
{
border-color: #71614D;
}
.TagClassName
{
border-color: #71614D;
}
</style>