Shades of Makara #60594E
Tints of Makara #60594E
RGB
CMYK
RGB Variations
Color information
#60594E (or 0x60594E) is known color: Makara. HEX triplet: 60, 59 and 4E. RGB value is (96,89,78). Sum of RGB (Red+Green+Blue) = 96+89+78=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #60594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60594E is #9FA6B1. Grayscale: #595959. Windows color (decimal): -10462898 or 5134688. OLE color: 5134688.
HSL color Cylindrical-coordinate representation of color #60594E: hue angle of 36.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60594E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 78 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.62 |
| HSL | 36.67º | 0.1% | 0.34% | - |
| HSV(B) | 36.67º | 0.19% | 0.38% | - |
| XYZ | 9.77 | 10.18 | 8.66 | - |
| YUV | 89.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 78 | 0 | 0.07 | 0.19 | 0.62 | 36.67 | 0.1 | 0.34 |
| Hex | 60 | 59 | 4E | 0 | 7 | 13 | 3E | 25 | A | 22 |
| Octal | 140 | 131 | 116 | 0 | 7 | 23 | 76 | 45 | 12 | 42 |
| Binary | 1100000 | 1011001 | 1001110 | 0 | 111 | 10011 | 111110 | 100101 | 1010 | 100010 |
Color Harmonies of #60594E
Complementary color
Monochromatic Colors of #60594E
Black with #60594E
Text Example
Text Example
White with #60594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60594E; }
p { color: rgb(96,89,78); }
H1.HeaderClassName
{
color: #60594E;
}
.AnyTagClassName
{
color: #60594E;
}
</style>
background-color css
<style>
a { background-color: #60594E; }
a { background-color: rgb(96,89,78); }
div.DivClassName
{
background-color: #60594E;
}
.BgClassName
{
background-color: #60594E;
}
</style>
border-color css
<style>
span { border-color: #60594E; }
span { border-color: rgb(96,89,78); }
td.TdClassName
{
border-color: #60594E;
}
.TagClassName
{
border-color: #60594E;
}
</style>