Shades of Makara #615D58
Tints of Makara #615D58
RGB
CMYK
RGB Variations
Color information
#615D58 (or 0x615D58) is known color: Makara. HEX triplet: 61, 5D and 58. RGB value is (97,93,88). Sum of RGB (Red+Green+Blue) = 97+93+88=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #615D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D58 is #9EA2A7. Grayscale: #5D5D5D. Windows color (decimal): -10396328 or 5791073. OLE color: 5791073.
HSL color Cylindrical-coordinate representation of color #615D58: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #615D58 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 88 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.62 |
| HSL | 33.33º | 0.05% | 0.36% | - |
| HSV(B) | 33.33º | 0.09% | 0.38% | - |
| XYZ | 10.61 | 11.07 | 10.81 | - |
| YUV | 93.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 88 | 0 | 0.04 | 0.09 | 0.62 | 33.33 | 0.05 | 0.36 |
| Hex | 61 | 5D | 58 | 0 | 4 | 9 | 3E | 21 | 5 | 24 |
| Octal | 141 | 135 | 130 | 0 | 4 | 11 | 76 | 41 | 5 | 44 |
| Binary | 1100001 | 1011101 | 1011000 | 0 | 100 | 1001 | 111110 | 100001 | 101 | 100100 |
Color Harmonies of #615D58
Complementary color
Monochromatic Colors of #615D58
Black with #615D58
Text Example
Text Example
White with #615D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D58; }
p { color: rgb(97,93,88); }
H1.HeaderClassName
{
color: #615D58;
}
.AnyTagClassName
{
color: #615D58;
}
</style>
background-color css
<style>
a { background-color: #615D58; }
a { background-color: rgb(97,93,88); }
div.DivClassName
{
background-color: #615D58;
}
.BgClassName
{
background-color: #615D58;
}
</style>
border-color css
<style>
span { border-color: #615D58; }
span { border-color: rgb(97,93,88); }
td.TdClassName
{
border-color: #615D58;
}
.TagClassName
{
border-color: #615D58;
}
</style>