Shades of Soya Bean #666049
Tints of Soya Bean #666049
RGB
CMYK
RGB Variations
Color information
#666049 (or 0x666049) is known color: Soya Bean. HEX triplet: 66, 60 and 49. RGB value is (102,96,73). Sum of RGB (Red+Green+Blue) = 102+96+73=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #666049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666049 is #999FB6. Grayscale: #5F5F5F. Windows color (decimal): -10067895 or 4808806. OLE color: 4808806.
HSL color Cylindrical-coordinate representation of color #666049: hue angle of 47.59º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #666049 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 73 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.6 |
| HSL | 47.59º | 0.17% | 0.34% | - |
| HSV(B) | 47.59º | 0.28% | 0.4% | - |
| XYZ | 10.86 | 11.67 | 7.98 | - |
| YUV | 95.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 73 | 0 | 0.06 | 0.28 | 0.6 | 47.59 | 0.17 | 0.34 |
| Hex | 66 | 60 | 49 | 0 | 6 | 1C | 3C | 30 | 11 | 22 |
| Octal | 146 | 140 | 111 | 0 | 6 | 34 | 74 | 60 | 21 | 42 |
| Binary | 1100110 | 1100000 | 1001001 | 0 | 110 | 11100 | 111100 | 110000 | 10001 | 100010 |
Color Harmonies of #666049
Complementary color
Monochromatic Colors of #666049
Black with #666049
Text Example
Text Example
White with #666049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666049; }
p { color: rgb(102,96,73); }
H1.HeaderClassName
{
color: #666049;
}
.AnyTagClassName
{
color: #666049;
}
</style>
background-color css
<style>
a { background-color: #666049; }
a { background-color: rgb(102,96,73); }
div.DivClassName
{
background-color: #666049;
}
.BgClassName
{
background-color: #666049;
}
</style>
border-color css
<style>
span { border-color: #666049; }
span { border-color: rgb(102,96,73); }
td.TdClassName
{
border-color: #666049;
}
.TagClassName
{
border-color: #666049;
}
</style>