Shades of Soya Bean #655D48
Tints of Soya Bean #655D48
RGB
CMYK
RGB Variations
Color information
#655D48 (or 0x655D48) is known color: Soya Bean. HEX triplet: 65, 5D and 48. RGB value is (101,93,72). Sum of RGB (Red+Green+Blue) = 101+93+72=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #655D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D48 is #9AA2B7. Grayscale: #5D5D5D. Windows color (decimal): -10134200 or 4742501. OLE color: 4742501.
HSL color Cylindrical-coordinate representation of color #655D48: hue angle of 43.45º 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 #655D48 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 72 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.60 |
| HSL | 43.45º | 0.17% | 0.34% | - |
| HSV(B) | 43.45º | 0.29% | 0.4% | - |
| XYZ | 10.45 | 11.06 | 7.72 | - |
| YUV | 93 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 72 | 0 | 0.08 | 0.29 | 0.60 | 43.45 | 0.17 | 0.34 |
| Hex | 65 | 5D | 48 | 0 | 8 | 1D | 3C | 2B | 11 | 22 |
| Octal | 145 | 135 | 110 | 0 | 10 | 35 | 74 | 53 | 21 | 42 |
| Binary | 1100101 | 1011101 | 1001000 | 0 | 1000 | 11101 | 111100 | 101011 | 10001 | 100010 |
Color Harmonies of #655D48
Complementary color
Monochromatic Colors of #655D48
Black with #655D48
Text Example
Text Example
White with #655D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D48; }
p { color: rgb(101,93,72); }
H1.HeaderClassName
{
color: #655D48;
}
.AnyTagClassName
{
color: #655D48;
}
</style>
background-color css
<style>
a { background-color: #655D48; }
a { background-color: rgb(101,93,72); }
div.DivClassName
{
background-color: #655D48;
}
.BgClassName
{
background-color: #655D48;
}
</style>
border-color css
<style>
span { border-color: #655D48; }
span { border-color: rgb(101,93,72); }
td.TdClassName
{
border-color: #655D48;
}
.TagClassName
{
border-color: #655D48;
}
</style>