Shades of Makara #615A52
Tints of Makara #615A52
RGB
CMYK
RGB Variations
Color information
#615A52 (or 0x615A52) is known color: Makara. HEX triplet: 61, 5A and 52. RGB value is (97,90,82). Sum of RGB (Red+Green+Blue) = 97+90+82=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A52 is #9EA5AD. Grayscale: #5B5B5B. Windows color (decimal): -10397102 or 5397089. OLE color: 5397089.
HSL color Cylindrical-coordinate representation of color #615A52: hue angle of 32º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615A52 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 82 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.62 |
| HSL | 32º | 0.08% | 0.35% | - |
| HSV(B) | 32º | 0.15% | 0.38% | - |
| XYZ | 10.11 | 10.46 | 9.47 | - |
| YUV | 91.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 82 | 0 | 0.07 | 0.15 | 0.62 | 32 | 0.08 | 0.35 |
| Hex | 61 | 5A | 52 | 0 | 7 | F | 3E | 20 | 8 | 23 |
| Octal | 141 | 132 | 122 | 0 | 7 | 17 | 76 | 40 | 10 | 43 |
| Binary | 1100001 | 1011010 | 1010010 | 0 | 111 | 1111 | 111110 | 100000 | 1000 | 100011 |
Color Harmonies of #615A52
Complementary color
Monochromatic Colors of #615A52
Black with #615A52
Text Example
Text Example
White with #615A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A52; }
p { color: rgb(97,90,82); }
H1.HeaderClassName
{
color: #615A52;
}
.AnyTagClassName
{
color: #615A52;
}
</style>
background-color css
<style>
a { background-color: #615A52; }
a { background-color: rgb(97,90,82); }
div.DivClassName
{
background-color: #615A52;
}
.BgClassName
{
background-color: #615A52;
}
</style>
border-color css
<style>
span { border-color: #615A52; }
span { border-color: rgb(97,90,82); }
td.TdClassName
{
border-color: #615A52;
}
.TagClassName
{
border-color: #615A52;
}
</style>