Shades of Masala #605B4E
Tints of Masala #605B4E
RGB
CMYK
RGB Variations
Color information
#605B4E (or 0x605B4E) is known color: Masala. HEX triplet: 60, 5B and 4E. RGB value is (96,91,78). Sum of RGB (Red+Green+Blue) = 96+91+78=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B4E is #9FA4B1. Grayscale: #5B5B5B. Windows color (decimal): -10462386 or 5135200. OLE color: 5135200.
HSL color Cylindrical-coordinate representation of color #605B4E: hue angle of 43.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605B4E is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 78 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.62 |
| HSL | 43.33º | 0.1% | 0.34% | - |
| HSV(B) | 43.33º | 0.19% | 0.38% | - |
| XYZ | 9.94 | 10.52 | 8.71 | - |
| YUV | 91.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 78 | 0 | 0.05 | 0.19 | 0.62 | 43.33 | 0.1 | 0.34 |
| Hex | 60 | 5B | 4E | 0 | 5 | 13 | 3E | 2B | A | 22 |
| Octal | 140 | 133 | 116 | 0 | 5 | 23 | 76 | 53 | 12 | 42 |
| Binary | 1100000 | 1011011 | 1001110 | 0 | 101 | 10011 | 111110 | 101011 | 1010 | 100010 |
Color Harmonies of #605B4E
Complementary color
Monochromatic Colors of #605B4E
Black with #605B4E
Text Example
Text Example
White with #605B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B4E; }
p { color: rgb(96,91,78); }
H1.HeaderClassName
{
color: #605B4E;
}
.AnyTagClassName
{
color: #605B4E;
}
</style>
background-color css
<style>
a { background-color: #605B4E; }
a { background-color: rgb(96,91,78); }
div.DivClassName
{
background-color: #605B4E;
}
.BgClassName
{
background-color: #605B4E;
}
</style>
border-color css
<style>
span { border-color: #605B4E; }
span { border-color: rgb(96,91,78); }
td.TdClassName
{
border-color: #605B4E;
}
.TagClassName
{
border-color: #605B4E;
}
</style>