Shades of Masala #615A4A
Tints of Masala #615A4A
RGB
CMYK
RGB Variations
Color information
#615A4A (or 0x615A4A) is known color: Masala. HEX triplet: 61, 5A and 4A. RGB value is (97,90,74). Sum of RGB (Red+Green+Blue) = 97+90+74=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #615A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A4A is #9EA5B5. Grayscale: #5A5A5A. Windows color (decimal): -10397110 or 4872801. OLE color: 4872801.
HSL color Cylindrical-coordinate representation of color #615A4A: hue angle of 41.74º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #615A4A is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 74 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.62 |
| HSL | 41.74º | 0.13% | 0.34% | - |
| HSV(B) | 41.74º | 0.24% | 0.38% | - |
| XYZ | 9.82 | 10.35 | 7.96 | - |
| YUV | 90.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 74 | 0 | 0.07 | 0.24 | 0.62 | 41.74 | 0.13 | 0.34 |
| Hex | 61 | 5A | 4A | 0 | 7 | 18 | 3E | 2A | D | 22 |
| Octal | 141 | 132 | 112 | 0 | 7 | 30 | 76 | 52 | 15 | 42 |
| Binary | 1100001 | 1011010 | 1001010 | 0 | 111 | 11000 | 111110 | 101010 | 1101 | 100010 |
Color Harmonies of #615A4A
Complementary color
Monochromatic Colors of #615A4A
Black with #615A4A
Text Example
Text Example
White with #615A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A4A; }
p { color: rgb(97,90,74); }
H1.HeaderClassName
{
color: #615A4A;
}
.AnyTagClassName
{
color: #615A4A;
}
</style>
background-color css
<style>
a { background-color: #615A4A; }
a { background-color: rgb(97,90,74); }
div.DivClassName
{
background-color: #615A4A;
}
.BgClassName
{
background-color: #615A4A;
}
</style>
border-color css
<style>
span { border-color: #615A4A; }
span { border-color: rgb(97,90,74); }
td.TdClassName
{
border-color: #615A4A;
}
.TagClassName
{
border-color: #615A4A;
}
</style>