Shades of Makara #615B54
Tints of Makara #615B54
RGB
CMYK
RGB Variations
Color information
#615B54 (or 0x615B54) is known color: Makara. HEX triplet: 61, 5B and 54. RGB value is (97,91,84). Sum of RGB (Red+Green+Blue) = 97+91+84=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #615B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B54 is #9EA4AB. Grayscale: #5C5C5C. Windows color (decimal): -10396844 or 5528417. OLE color: 5528417.
HSL color Cylindrical-coordinate representation of color #615B54: hue angle of 32.31º 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 #615B54 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 84 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.62 |
| HSL | 32.31º | 0.07% | 0.35% | - |
| HSV(B) | 32.31º | 0.13% | 0.38% | - |
| XYZ | 10.27 | 10.66 | 9.9 | - |
| YUV | 92 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 84 | 0 | 0.06 | 0.13 | 0.62 | 32.31 | 0.07 | 0.35 |
| Hex | 61 | 5B | 54 | 0 | 6 | D | 3E | 20 | 7 | 23 |
| Octal | 141 | 133 | 124 | 0 | 6 | 15 | 76 | 40 | 7 | 43 |
| Binary | 1100001 | 1011011 | 1010100 | 0 | 110 | 1101 | 111110 | 100000 | 111 | 100011 |
Color Harmonies of #615B54
Complementary color
Monochromatic Colors of #615B54
Black with #615B54
Text Example
Text Example
White with #615B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B54; }
p { color: rgb(97,91,84); }
H1.HeaderClassName
{
color: #615B54;
}
.AnyTagClassName
{
color: #615B54;
}
</style>
background-color css
<style>
a { background-color: #615B54; }
a { background-color: rgb(97,91,84); }
div.DivClassName
{
background-color: #615B54;
}
.BgClassName
{
background-color: #615B54;
}
</style>
border-color css
<style>
span { border-color: #615B54; }
span { border-color: rgb(97,91,84); }
td.TdClassName
{
border-color: #615B54;
}
.TagClassName
{
border-color: #615B54;
}
</style>