Shades of Soya Bean #655E4B
Tints of Soya Bean #655E4B
RGB
CMYK
RGB Variations
Color information
#655E4B (or 0x655E4B) is known color: Soya Bean. HEX triplet: 65, 5E and 4B. RGB value is (101,94,75). Sum of RGB (Red+Green+Blue) = 101+94+75=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #655E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E4B is #9AA1B4. Grayscale: #5E5E5E. Windows color (decimal): -10133941 or 4939365. OLE color: 4939365.
HSL color Cylindrical-coordinate representation of color #655E4B: hue angle of 43.85º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #655E4B is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 75 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.60 |
| HSL | 43.85º | 0.15% | 0.35% | - |
| HSV(B) | 43.85º | 0.26% | 0.4% | - |
| XYZ | 10.64 | 11.28 | 8.27 | - |
| YUV | 93.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 75 | 0 | 0.07 | 0.26 | 0.60 | 43.85 | 0.15 | 0.35 |
| Hex | 65 | 5E | 4B | 0 | 7 | 1A | 3C | 2C | F | 23 |
| Octal | 145 | 136 | 113 | 0 | 7 | 32 | 74 | 54 | 17 | 43 |
| Binary | 1100101 | 1011110 | 1001011 | 0 | 111 | 11010 | 111100 | 101100 | 1111 | 100011 |
Color Harmonies of #655E4B
Complementary color
Monochromatic Colors of #655E4B
Black with #655E4B
Text Example
Text Example
White with #655E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E4B; }
p { color: rgb(101,94,75); }
H1.HeaderClassName
{
color: #655E4B;
}
.AnyTagClassName
{
color: #655E4B;
}
</style>
background-color css
<style>
a { background-color: #655E4B; }
a { background-color: rgb(101,94,75); }
div.DivClassName
{
background-color: #655E4B;
}
.BgClassName
{
background-color: #655E4B;
}
</style>
border-color css
<style>
span { border-color: #655E4B; }
span { border-color: rgb(101,94,75); }
td.TdClassName
{
border-color: #655E4B;
}
.TagClassName
{
border-color: #655E4B;
}
</style>