Shades of Makara #60594F
Tints of Makara #60594F
RGB
CMYK
RGB Variations
Color information
#60594F (or 0x60594F) is known color: Makara. HEX triplet: 60, 59 and 4F. RGB value is (96,89,79). Sum of RGB (Red+Green+Blue) = 96+89+79=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #60594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60594F is #9FA6B0. Grayscale: #5A5A5A. Windows color (decimal): -10462897 or 5200224. OLE color: 5200224.
HSL color Cylindrical-coordinate representation of color #60594F: hue angle of 35.29º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60594F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 79 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.62 |
| HSL | 35.29º | 0.1% | 0.34% | - |
| HSV(B) | 35.29º | 0.18% | 0.38% | - |
| XYZ | 9.81 | 10.2 | 8.85 | - |
| YUV | 89.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 79 | 0 | 0.07 | 0.18 | 0.62 | 35.29 | 0.1 | 0.34 |
| Hex | 60 | 59 | 4F | 0 | 7 | 12 | 3E | 23 | A | 22 |
| Octal | 140 | 131 | 117 | 0 | 7 | 22 | 76 | 43 | 12 | 42 |
| Binary | 1100000 | 1011001 | 1001111 | 0 | 111 | 10010 | 111110 | 100011 | 1010 | 100010 |
Color Harmonies of #60594F
Complementary color
Monochromatic Colors of #60594F
Black with #60594F
Text Example
Text Example
White with #60594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60594F; }
p { color: rgb(96,89,79); }
H1.HeaderClassName
{
color: #60594F;
}
.AnyTagClassName
{
color: #60594F;
}
</style>
background-color css
<style>
a { background-color: #60594F; }
a { background-color: rgb(96,89,79); }
div.DivClassName
{
background-color: #60594F;
}
.BgClassName
{
background-color: #60594F;
}
</style>
border-color css
<style>
span { border-color: #60594F; }
span { border-color: rgb(96,89,79); }
td.TdClassName
{
border-color: #60594F;
}
.TagClassName
{
border-color: #60594F;
}
</style>