Shades of Makara #61594E
Tints of Makara #61594E
RGB
CMYK
RGB Variations
Color information
#61594E (or 0x61594E) is known color: Makara. HEX triplet: 61, 59 and 4E. RGB value is (97,89,78). Sum of RGB (Red+Green+Blue) = 97+89+78=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #61594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61594E is #9EA6B1. Grayscale: #5A5A5A. Windows color (decimal): -10397362 or 5134689. OLE color: 5134689.
HSL color Cylindrical-coordinate representation of color #61594E: hue angle of 34.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61594E is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 89 | 78 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.62 |
| HSL | 34.74º | 0.11% | 0.34% | - |
| HSV(B) | 34.74º | 0.2% | 0.38% | - |
| XYZ | 9.88 | 10.24 | 8.66 | - |
| YUV | 90.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 78 | 0 | 0.08 | 0.20 | 0.62 | 34.74 | 0.11 | 0.34 |
| Hex | 61 | 59 | 4E | 0 | 8 | 14 | 3E | 23 | B | 22 |
| Octal | 141 | 131 | 116 | 0 | 10 | 24 | 76 | 43 | 13 | 42 |
| Binary | 1100001 | 1011001 | 1001110 | 0 | 1000 | 10100 | 111110 | 100011 | 1011 | 100010 |
Color Harmonies of #61594E
Complementary color
Monochromatic Colors of #61594E
Black with #61594E
Text Example
Text Example
White with #61594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61594E; }
p { color: rgb(97,89,78); }
H1.HeaderClassName
{
color: #61594E;
}
.AnyTagClassName
{
color: #61594E;
}
</style>
background-color css
<style>
a { background-color: #61594E; }
a { background-color: rgb(97,89,78); }
div.DivClassName
{
background-color: #61594E;
}
.BgClassName
{
background-color: #61594E;
}
</style>
border-color css
<style>
span { border-color: #61594E; }
span { border-color: rgb(97,89,78); }
td.TdClassName
{
border-color: #61594E;
}
.TagClassName
{
border-color: #61594E;
}
</style>