Shades of Makara #615E57
Tints of Makara #615E57
RGB
CMYK
RGB Variations
Color information
#615E57 (or 0x615E57) is known color: Makara. HEX triplet: 61, 5E and 57. RGB value is (97,94,87). Sum of RGB (Red+Green+Blue) = 97+94+87=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #615E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E57 is #9EA1A8. Grayscale: #5E5E5E. Windows color (decimal): -10396073 or 5725793. OLE color: 5725793.
HSL color Cylindrical-coordinate representation of color #615E57: hue angle of 42º 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 #615E57 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 87 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.62 |
| HSL | 42º | 0.05% | 0.36% | - |
| HSV(B) | 42º | 0.1% | 0.38% | - |
| XYZ | 10.65 | 11.23 | 10.62 | - |
| YUV | 94.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 87 | 0 | 0.03 | 0.10 | 0.62 | 42 | 0.05 | 0.36 |
| Hex | 61 | 5E | 57 | 0 | 3 | A | 3E | 2A | 5 | 24 |
| Octal | 141 | 136 | 127 | 0 | 3 | 12 | 76 | 52 | 5 | 44 |
| Binary | 1100001 | 1011110 | 1010111 | 0 | 11 | 1010 | 111110 | 101010 | 101 | 100100 |
Color Harmonies of #615E57
Complementary color
Monochromatic Colors of #615E57
Black with #615E57
Text Example
Text Example
White with #615E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E57; }
p { color: rgb(97,94,87); }
H1.HeaderClassName
{
color: #615E57;
}
.AnyTagClassName
{
color: #615E57;
}
</style>
background-color css
<style>
a { background-color: #615E57; }
a { background-color: rgb(97,94,87); }
div.DivClassName
{
background-color: #615E57;
}
.BgClassName
{
background-color: #615E57;
}
</style>
border-color css
<style>
span { border-color: #615E57; }
span { border-color: rgb(97,94,87); }
td.TdClassName
{
border-color: #615E57;
}
.TagClassName
{
border-color: #615E57;
}
</style>