Shades of Makara #615D54
Tints of Makara #615D54
RGB
CMYK
RGB Variations
Color information
#615D54 (or 0x615D54) is known color: Makara. HEX triplet: 61, 5D and 54. RGB value is (97,93,84). Sum of RGB (Red+Green+Blue) = 97+93+84=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D54 is #9EA2AB. Grayscale: #5D5D5D. Windows color (decimal): -10396332 or 5528929. OLE color: 5528929.
HSL color Cylindrical-coordinate representation of color #615D54: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #615D54 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 84 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.62 |
| HSL | 41.54º | 0.07% | 0.35% | - |
| HSV(B) | 41.54º | 0.13% | 0.38% | - |
| XYZ | 10.44 | 11.01 | 9.96 | - |
| YUV | 93.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 84 | 0 | 0.04 | 0.13 | 0.62 | 41.54 | 0.07 | 0.35 |
| Hex | 61 | 5D | 54 | 0 | 4 | D | 3E | 2A | 7 | 23 |
| Octal | 141 | 135 | 124 | 0 | 4 | 15 | 76 | 52 | 7 | 43 |
| Binary | 1100001 | 1011101 | 1010100 | 0 | 100 | 1101 | 111110 | 101010 | 111 | 100011 |
Color Harmonies of #615D54
Complementary color
Monochromatic Colors of #615D54
Black with #615D54
Text Example
Text Example
White with #615D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D54; }
p { color: rgb(97,93,84); }
H1.HeaderClassName
{
color: #615D54;
}
.AnyTagClassName
{
color: #615D54;
}
</style>
background-color css
<style>
a { background-color: #615D54; }
a { background-color: rgb(97,93,84); }
div.DivClassName
{
background-color: #615D54;
}
.BgClassName
{
background-color: #615D54;
}
</style>
border-color css
<style>
span { border-color: #615D54; }
span { border-color: rgb(97,93,84); }
td.TdClassName
{
border-color: #615D54;
}
.TagClassName
{
border-color: #615D54;
}
</style>