Shades of Makara #615A4F
Tints of Makara #615A4F
RGB
CMYK
RGB Variations
Color information
#615A4F (or 0x615A4F) is known color: Makara. HEX triplet: 61, 5A and 4F. RGB value is (97,90,79). Sum of RGB (Red+Green+Blue) = 97+90+79=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #615A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A4F is #9EA5B0. Grayscale: #5A5A5A. Windows color (decimal): -10397105 or 5200481. OLE color: 5200481.
HSL color Cylindrical-coordinate representation of color #615A4F: hue angle of 36.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615A4F is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 79 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.62 |
| HSL | 36.67º | 0.1% | 0.35% | - |
| HSV(B) | 36.67º | 0.19% | 0.38% | - |
| XYZ | 10 | 10.42 | 8.88 | - |
| YUV | 90.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 79 | 0 | 0.07 | 0.19 | 0.62 | 36.67 | 0.1 | 0.35 |
| Hex | 61 | 5A | 4F | 0 | 7 | 13 | 3E | 25 | A | 23 |
| Octal | 141 | 132 | 117 | 0 | 7 | 23 | 76 | 45 | 12 | 43 |
| Binary | 1100001 | 1011010 | 1001111 | 0 | 111 | 10011 | 111110 | 100101 | 1010 | 100011 |
Color Harmonies of #615A4F
Complementary color
Monochromatic Colors of #615A4F
Black with #615A4F
Text Example
Text Example
White with #615A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A4F; }
p { color: rgb(97,90,79); }
H1.HeaderClassName
{
color: #615A4F;
}
.AnyTagClassName
{
color: #615A4F;
}
</style>
background-color css
<style>
a { background-color: #615A4F; }
a { background-color: rgb(97,90,79); }
div.DivClassName
{
background-color: #615A4F;
}
.BgClassName
{
background-color: #615A4F;
}
</style>
border-color css
<style>
span { border-color: #615A4F; }
span { border-color: rgb(97,90,79); }
td.TdClassName
{
border-color: #615A4F;
}
.TagClassName
{
border-color: #615A4F;
}
</style>