Shades of Makara #615D56
Tints of Makara #615D56
RGB
CMYK
RGB Variations
Color information
#615D56 (or 0x615D56) is known color: Makara. HEX triplet: 61, 5D and 56. RGB value is (97,93,86). Sum of RGB (Red+Green+Blue) = 97+93+86=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #615D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D56 is #9EA2A9. Grayscale: #5D5D5D. Windows color (decimal): -10396330 or 5660001. OLE color: 5660001.
HSL color Cylindrical-coordinate representation of color #615D56: hue angle of 38.18º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #615D56 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 86 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.62 |
| HSL | 38.18º | 0.06% | 0.36% | - |
| HSV(B) | 38.18º | 0.11% | 0.38% | - |
| XYZ | 10.52 | 11.04 | 10.38 | - |
| YUV | 93.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 86 | 0 | 0.04 | 0.11 | 0.62 | 38.18 | 0.06 | 0.36 |
| Hex | 61 | 5D | 56 | 0 | 4 | B | 3E | 26 | 6 | 24 |
| Octal | 141 | 135 | 126 | 0 | 4 | 13 | 76 | 46 | 6 | 44 |
| Binary | 1100001 | 1011101 | 1010110 | 0 | 100 | 1011 | 111110 | 100110 | 110 | 100100 |
Color Harmonies of #615D56
Complementary color
Monochromatic Colors of #615D56
Black with #615D56
Text Example
Text Example
White with #615D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D56; }
p { color: rgb(97,93,86); }
H1.HeaderClassName
{
color: #615D56;
}
.AnyTagClassName
{
color: #615D56;
}
</style>
background-color css
<style>
a { background-color: #615D56; }
a { background-color: rgb(97,93,86); }
div.DivClassName
{
background-color: #615D56;
}
.BgClassName
{
background-color: #615D56;
}
</style>
border-color css
<style>
span { border-color: #615D56; }
span { border-color: rgb(97,93,86); }
td.TdClassName
{
border-color: #615D56;
}
.TagClassName
{
border-color: #615D56;
}
</style>