Shades of Soya Bean #66604E
Tints of Soya Bean #66604E
RGB
CMYK
RGB Variations
Color information
#66604E (or 0x66604E) is known color: Soya Bean. HEX triplet: 66, 60 and 4E. RGB value is (102,96,78). Sum of RGB (Red+Green+Blue) = 102+96+78=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66604E is #999FB1. Grayscale: #5F5F5F. Windows color (decimal): -10067890 or 5136486. OLE color: 5136486.
HSL color Cylindrical-coordinate representation of color #66604E: hue angle of 45º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66604E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 78 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.6 |
| HSL | 45º | 0.13% | 0.35% | - |
| HSV(B) | 45º | 0.24% | 0.4% | - |
| XYZ | 11.04 | 11.74 | 8.89 | - |
| YUV | 95.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 78 | 0 | 0.06 | 0.24 | 0.6 | 45 | 0.13 | 0.35 |
| Hex | 66 | 60 | 4E | 0 | 6 | 18 | 3C | 2D | D | 23 |
| Octal | 146 | 140 | 116 | 0 | 6 | 30 | 74 | 55 | 15 | 43 |
| Binary | 1100110 | 1100000 | 1001110 | 0 | 110 | 11000 | 111100 | 101101 | 1101 | 100011 |
Color Harmonies of #66604E
Complementary color
Monochromatic Colors of #66604E
Black with #66604E
Text Example
Text Example
White with #66604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66604E; }
p { color: rgb(102,96,78); }
H1.HeaderClassName
{
color: #66604E;
}
.AnyTagClassName
{
color: #66604E;
}
</style>
background-color css
<style>
a { background-color: #66604E; }
a { background-color: rgb(102,96,78); }
div.DivClassName
{
background-color: #66604E;
}
.BgClassName
{
background-color: #66604E;
}
</style>
border-color css
<style>
span { border-color: #66604E; }
span { border-color: rgb(102,96,78); }
td.TdClassName
{
border-color: #66604E;
}
.TagClassName
{
border-color: #66604E;
}
</style>