Shades of Makara #615C56
Tints of Makara #615C56
RGB
CMYK
RGB Variations
Color information
#615C56 (or 0x615C56) is known color: Makara. HEX triplet: 61, 5C and 56. RGB value is (97,92,86). Sum of RGB (Red+Green+Blue) = 97+92+86=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C56 is #9EA3A9. Grayscale: #5C5C5C. Windows color (decimal): -10396586 or 5659745. OLE color: 5659745.
HSL color Cylindrical-coordinate representation of color #615C56: hue angle of 32.73º 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 #615C56 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 86 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.62 |
| HSL | 32.73º | 0.06% | 0.36% | - |
| HSV(B) | 32.73º | 0.11% | 0.38% | - |
| XYZ | 10.44 | 10.87 | 10.35 | - |
| YUV | 92.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 86 | 0 | 0.05 | 0.11 | 0.62 | 32.73 | 0.06 | 0.36 |
| Hex | 61 | 5C | 56 | 0 | 5 | B | 3E | 21 | 6 | 24 |
| Octal | 141 | 134 | 126 | 0 | 5 | 13 | 76 | 41 | 6 | 44 |
| Binary | 1100001 | 1011100 | 1010110 | 0 | 101 | 1011 | 111110 | 100001 | 110 | 100100 |
Color Harmonies of #615C56
Complementary color
Monochromatic Colors of #615C56
Black with #615C56
Text Example
Text Example
White with #615C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C56; }
p { color: rgb(97,92,86); }
H1.HeaderClassName
{
color: #615C56;
}
.AnyTagClassName
{
color: #615C56;
}
</style>
background-color css
<style>
a { background-color: #615C56; }
a { background-color: rgb(97,92,86); }
div.DivClassName
{
background-color: #615C56;
}
.BgClassName
{
background-color: #615C56;
}
</style>
border-color css
<style>
span { border-color: #615C56; }
span { border-color: rgb(97,92,86); }
td.TdClassName
{
border-color: #615C56;
}
.TagClassName
{
border-color: #615C56;
}
</style>