Shades of Makara #615D57
Tints of Makara #615D57
RGB
CMYK
RGB Variations
Color information
#615D57 (or 0x615D57) is known color: Makara. HEX triplet: 61, 5D and 57. RGB value is (97,93,87). Sum of RGB (Red+Green+Blue) = 97+93+87=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 97 - color contains mainly: red. Hex color #615D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D57 is #9EA2A8. Grayscale: #5D5D5D. Windows color (decimal): -10396329 or 5725537. OLE color: 5725537.
HSL color Cylindrical-coordinate representation of color #615D57: hue angle of 36º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #615D57 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 87 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.62 |
| HSL | 36º | 0.05% | 0.36% | - |
| HSV(B) | 36º | 0.1% | 0.38% | - |
| XYZ | 10.56 | 11.06 | 10.59 | - |
| YUV | 93.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 87 | 0 | 0.04 | 0.10 | 0.62 | 36 | 0.05 | 0.36 |
| Hex | 61 | 5D | 57 | 0 | 4 | A | 3E | 24 | 5 | 24 |
| Octal | 141 | 135 | 127 | 0 | 4 | 12 | 76 | 44 | 5 | 44 |
| Binary | 1100001 | 1011101 | 1010111 | 0 | 100 | 1010 | 111110 | 100100 | 101 | 100100 |
Color Harmonies of #615D57
Complementary color
Monochromatic Colors of #615D57
Black with #615D57
Text Example
Text Example
White with #615D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D57; }
p { color: rgb(97,93,87); }
H1.HeaderClassName
{
color: #615D57;
}
.AnyTagClassName
{
color: #615D57;
}
</style>
background-color css
<style>
a { background-color: #615D57; }
a { background-color: rgb(97,93,87); }
div.DivClassName
{
background-color: #615D57;
}
.BgClassName
{
background-color: #615D57;
}
</style>
border-color css
<style>
span { border-color: #615D57; }
span { border-color: rgb(97,93,87); }
td.TdClassName
{
border-color: #615D57;
}
.TagClassName
{
border-color: #615D57;
}
</style>