Shades of Soya Bean #665D48
Tints of Soya Bean #665D48
RGB
CMYK
RGB Variations
Color information
#665D48 (or 0x665D48) is known color: Soya Bean. HEX triplet: 66, 5D and 48. RGB value is (102,93,72). Sum of RGB (Red+Green+Blue) = 102+93+72=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D48 is #99A2B7. Grayscale: #5D5D5D. Windows color (decimal): -10068664 or 4742502. OLE color: 4742502.
HSL color Cylindrical-coordinate representation of color #665D48: hue angle of 42º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #665D48 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 72 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.6 |
| HSL | 42º | 0.17% | 0.34% | - |
| HSV(B) | 42º | 0.29% | 0.4% | - |
| XYZ | 10.56 | 11.12 | 7.72 | - |
| YUV | 93.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 72 | 0 | 0.09 | 0.29 | 0.6 | 42 | 0.17 | 0.34 |
| Hex | 66 | 5D | 48 | 0 | 9 | 1D | 3C | 2A | 11 | 22 |
| Octal | 146 | 135 | 110 | 0 | 11 | 35 | 74 | 52 | 21 | 42 |
| Binary | 1100110 | 1011101 | 1001000 | 0 | 1001 | 11101 | 111100 | 101010 | 10001 | 100010 |
Color Harmonies of #665D48
Complementary color
Monochromatic Colors of #665D48
Black with #665D48
Text Example
Text Example
White with #665D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D48; }
p { color: rgb(102,93,72); }
H1.HeaderClassName
{
color: #665D48;
}
.AnyTagClassName
{
color: #665D48;
}
</style>
background-color css
<style>
a { background-color: #665D48; }
a { background-color: rgb(102,93,72); }
div.DivClassName
{
background-color: #665D48;
}
.BgClassName
{
background-color: #665D48;
}
</style>
border-color css
<style>
span { border-color: #665D48; }
span { border-color: rgb(102,93,72); }
td.TdClassName
{
border-color: #665D48;
}
.TagClassName
{
border-color: #665D48;
}
</style>