Shades of Soya Bean #66604D
Tints of Soya Bean #66604D
RGB
CMYK
RGB Variations
Color information
#66604D (or 0x66604D) is known color: Soya Bean. HEX triplet: 66, 60 and 4D. RGB value is (102,96,77). Sum of RGB (Red+Green+Blue) = 102+96+77=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66604D is #999FB2. Grayscale: #5F5F5F. Windows color (decimal): -10067891 or 5070950. OLE color: 5070950.
HSL color Cylindrical-coordinate representation of color #66604D: hue angle of 45.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66604D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 77 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.6 |
| HSL | 45.6º | 0.14% | 0.35% | - |
| HSV(B) | 45.6º | 0.25% | 0.4% | - |
| XYZ | 11 | 11.73 | 8.7 | - |
| YUV | 95.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 77 | 0 | 0.06 | 0.25 | 0.6 | 45.6 | 0.14 | 0.35 |
| Hex | 66 | 60 | 4D | 0 | 6 | 19 | 3C | 2E | E | 23 |
| Octal | 146 | 140 | 115 | 0 | 6 | 31 | 74 | 56 | 16 | 43 |
| Binary | 1100110 | 1100000 | 1001101 | 0 | 110 | 11001 | 111100 | 101110 | 1110 | 100011 |
Color Harmonies of #66604D
Complementary color
Monochromatic Colors of #66604D
Black with #66604D
Text Example
Text Example
White with #66604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66604D; }
p { color: rgb(102,96,77); }
H1.HeaderClassName
{
color: #66604D;
}
.AnyTagClassName
{
color: #66604D;
}
</style>
background-color css
<style>
a { background-color: #66604D; }
a { background-color: rgb(102,96,77); }
div.DivClassName
{
background-color: #66604D;
}
.BgClassName
{
background-color: #66604D;
}
</style>
border-color css
<style>
span { border-color: #66604D; }
span { border-color: rgb(102,96,77); }
td.TdClassName
{
border-color: #66604D;
}
.TagClassName
{
border-color: #66604D;
}
</style>