Shades of Masala #615A49
Tints of Masala #615A49
RGB
CMYK
RGB Variations
Color information
#615A49 (or 0x615A49) is known color: Masala. HEX triplet: 61, 5A and 49. RGB value is (97,90,73). Sum of RGB (Red+Green+Blue) = 97+90+73=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #615A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A49 is #9EA5B6. Grayscale: #5A5A5A. Windows color (decimal): -10397111 or 4807265. OLE color: 4807265.
HSL color Cylindrical-coordinate representation of color #615A49: hue angle of 42.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615A49 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 73 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.62 |
| HSL | 42.5º | 0.14% | 0.33% | - |
| HSV(B) | 42.5º | 0.25% | 0.38% | - |
| XYZ | 9.79 | 10.33 | 7.78 | - |
| YUV | 90.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 73 | 0 | 0.07 | 0.25 | 0.62 | 42.5 | 0.14 | 0.33 |
| Hex | 61 | 5A | 49 | 0 | 7 | 19 | 3E | 2A | E | 21 |
| Octal | 141 | 132 | 111 | 0 | 7 | 31 | 76 | 52 | 16 | 41 |
| Binary | 1100001 | 1011010 | 1001001 | 0 | 111 | 11001 | 111110 | 101010 | 1110 | 100001 |
Color Harmonies of #615A49
Complementary color
Monochromatic Colors of #615A49
Black with #615A49
Text Example
Text Example
White with #615A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A49; }
p { color: rgb(97,90,73); }
H1.HeaderClassName
{
color: #615A49;
}
.AnyTagClassName
{
color: #615A49;
}
</style>
background-color css
<style>
a { background-color: #615A49; }
a { background-color: rgb(97,90,73); }
div.DivClassName
{
background-color: #615A49;
}
.BgClassName
{
background-color: #615A49;
}
</style>
border-color css
<style>
span { border-color: #615A49; }
span { border-color: rgb(97,90,73); }
td.TdClassName
{
border-color: #615A49;
}
.TagClassName
{
border-color: #615A49;
}
</style>