Shades of Soya Bean #655F4D
Tints of Soya Bean #655F4D
RGB
CMYK
RGB Variations
Color information
#655F4D (or 0x655F4D) is known color: Soya Bean. HEX triplet: 65, 5F and 4D. RGB value is (101,95,77). Sum of RGB (Red+Green+Blue) = 101+95+77=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F4D is #9AA0B2. Grayscale: #5E5E5E. Windows color (decimal): -10133683 or 5070693. OLE color: 5070693.
HSL color Cylindrical-coordinate representation of color #655F4D: hue angle of 45º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655F4D is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 77 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.60 |
| HSL | 45º | 0.13% | 0.35% | - |
| HSV(B) | 45º | 0.24% | 0.4% | - |
| XYZ | 10.8 | 11.49 | 8.67 | - |
| YUV | 94.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 77 | 0 | 0.06 | 0.24 | 0.60 | 45 | 0.13 | 0.35 |
| Hex | 65 | 5F | 4D | 0 | 6 | 18 | 3C | 2D | D | 23 |
| Octal | 145 | 137 | 115 | 0 | 6 | 30 | 74 | 55 | 15 | 43 |
| Binary | 1100101 | 1011111 | 1001101 | 0 | 110 | 11000 | 111100 | 101101 | 1101 | 100011 |
Color Harmonies of #655F4D
Complementary color
Monochromatic Colors of #655F4D
Black with #655F4D
Text Example
Text Example
White with #655F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F4D; }
p { color: rgb(101,95,77); }
H1.HeaderClassName
{
color: #655F4D;
}
.AnyTagClassName
{
color: #655F4D;
}
</style>
background-color css
<style>
a { background-color: #655F4D; }
a { background-color: rgb(101,95,77); }
div.DivClassName
{
background-color: #655F4D;
}
.BgClassName
{
background-color: #655F4D;
}
</style>
border-color css
<style>
span { border-color: #655F4D; }
span { border-color: rgb(101,95,77); }
td.TdClassName
{
border-color: #655F4D;
}
.TagClassName
{
border-color: #655F4D;
}
</style>