Shades of Soya Bean #655D46
Tints of Soya Bean #655D46
RGB
CMYK
RGB Variations
Color information
#655D46 (or 0x655D46) is known color: Soya Bean. HEX triplet: 65, 5D and 46. RGB value is (101,93,70). Sum of RGB (Red+Green+Blue) = 101+93+70=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #655D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D46 is #9AA2B9. Grayscale: #5C5C5C. Windows color (decimal): -10134202 or 4611429. OLE color: 4611429.
HSL color Cylindrical-coordinate representation of color #655D46: hue angle of 44.52º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655D46 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 70 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.60 |
| HSL | 44.52º | 0.18% | 0.34% | - |
| HSV(B) | 44.52º | 0.31% | 0.4% | - |
| XYZ | 10.39 | 11.04 | 7.38 | - |
| YUV | 92.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 70 | 0 | 0.08 | 0.31 | 0.60 | 44.52 | 0.18 | 0.34 |
| Hex | 65 | 5D | 46 | 0 | 8 | 1F | 3C | 2D | 12 | 22 |
| Octal | 145 | 135 | 106 | 0 | 10 | 37 | 74 | 55 | 22 | 42 |
| Binary | 1100101 | 1011101 | 1000110 | 0 | 1000 | 11111 | 111100 | 101101 | 10010 | 100010 |
Color Harmonies of #655D46
Complementary color
Monochromatic Colors of #655D46
Black with #655D46
Text Example
Text Example
White with #655D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D46; }
p { color: rgb(101,93,70); }
H1.HeaderClassName
{
color: #655D46;
}
.AnyTagClassName
{
color: #655D46;
}
</style>
background-color css
<style>
a { background-color: #655D46; }
a { background-color: rgb(101,93,70); }
div.DivClassName
{
background-color: #655D46;
}
.BgClassName
{
background-color: #655D46;
}
</style>
border-color css
<style>
span { border-color: #655D46; }
span { border-color: rgb(101,93,70); }
td.TdClassName
{
border-color: #655D46;
}
.TagClassName
{
border-color: #655D46;
}
</style>