Shades of Soya Bean #655F4B
Tints of Soya Bean #655F4B
RGB
CMYK
RGB Variations
Color information
#655F4B (or 0x655F4B) is known color: Soya Bean. HEX triplet: 65, 5F and 4B. RGB value is (101,95,75). Sum of RGB (Red+Green+Blue) = 101+95+75=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #655F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F4B is #9AA0B4. Grayscale: #5E5E5E. Windows color (decimal): -10133685 or 4939621. OLE color: 4939621.
HSL color Cylindrical-coordinate representation of color #655F4B: hue angle of 46.15º 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 #655F4B is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 75 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.60 |
| HSL | 46.15º | 0.15% | 0.35% | - |
| HSV(B) | 46.15º | 0.26% | 0.4% | - |
| XYZ | 10.73 | 11.46 | 8.3 | - |
| YUV | 94.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 75 | 0 | 0.06 | 0.26 | 0.60 | 46.15 | 0.15 | 0.35 |
| Hex | 65 | 5F | 4B | 0 | 6 | 1A | 3C | 2E | F | 23 |
| Octal | 145 | 137 | 113 | 0 | 6 | 32 | 74 | 56 | 17 | 43 |
| Binary | 1100101 | 1011111 | 1001011 | 0 | 110 | 11010 | 111100 | 101110 | 1111 | 100011 |
Color Harmonies of #655F4B
Complementary color
Monochromatic Colors of #655F4B
Black with #655F4B
Text Example
Text Example
White with #655F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F4B; }
p { color: rgb(101,95,75); }
H1.HeaderClassName
{
color: #655F4B;
}
.AnyTagClassName
{
color: #655F4B;
}
</style>
background-color css
<style>
a { background-color: #655F4B; }
a { background-color: rgb(101,95,75); }
div.DivClassName
{
background-color: #655F4B;
}
.BgClassName
{
background-color: #655F4B;
}
</style>
border-color css
<style>
span { border-color: #655F4B; }
span { border-color: rgb(101,95,75); }
td.TdClassName
{
border-color: #655F4B;
}
.TagClassName
{
border-color: #655F4B;
}
</style>