Shades of Makara #615F5C
Tints of Makara #615F5C
RGB
CMYK
RGB Variations
Color information
#615F5C (or 0x615F5C) is known color: Makara. HEX triplet: 61, 5F and 5C. RGB value is (97,95,92). Sum of RGB (Red+Green+Blue) = 97+95+92=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5C is #9EA0A3. Grayscale: #5F5F5F. Windows color (decimal): -10395812 or 6053729. OLE color: 6053729.
HSL color Cylindrical-coordinate representation of color #615F5C: hue angle of 36º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #615F5C is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 92 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.62 |
| HSL | 36º | 0.03% | 0.37% | - |
| HSV(B) | 36º | 0.05% | 0.38% | - |
| XYZ | 10.95 | 11.5 | 11.77 | - |
| YUV | 95.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 92 | 0 | 0.02 | 0.05 | 0.62 | 36 | 0.03 | 0.37 |
| Hex | 61 | 5F | 5C | 0 | 2 | 5 | 3E | 24 | 3 | 25 |
| Octal | 141 | 137 | 134 | 0 | 2 | 5 | 76 | 44 | 3 | 45 |
| Binary | 1100001 | 1011111 | 1011100 | 0 | 10 | 101 | 111110 | 100100 | 11 | 100101 |
Color Harmonies of #615F5C
Complementary color
Monochromatic Colors of #615F5C
Black with #615F5C
Text Example
Text Example
White with #615F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F5C; }
p { color: rgb(97,95,92); }
H1.HeaderClassName
{
color: #615F5C;
}
.AnyTagClassName
{
color: #615F5C;
}
</style>
background-color css
<style>
a { background-color: #615F5C; }
a { background-color: rgb(97,95,92); }
div.DivClassName
{
background-color: #615F5C;
}
.BgClassName
{
background-color: #615F5C;
}
</style>
border-color css
<style>
span { border-color: #615F5C; }
span { border-color: rgb(97,95,92); }
td.TdClassName
{
border-color: #615F5C;
}
.TagClassName
{
border-color: #615F5C;
}
</style>