Shades of Soya Bean #655F4A
Tints of Soya Bean #655F4A
RGB
CMYK
RGB Variations
Color information
#655F4A (or 0x655F4A) is known color: Soya Bean. HEX triplet: 65, 5F and 4A. RGB value is (101,95,74). Sum of RGB (Red+Green+Blue) = 101+95+74=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #655F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F4A is #9AA0B5. Grayscale: #5E5E5E. Windows color (decimal): -10133686 or 4874085. OLE color: 4874085.
HSL color Cylindrical-coordinate representation of color #655F4A: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #655F4A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 74 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.60 |
| HSL | 46.67º | 0.15% | 0.34% | - |
| HSV(B) | 46.67º | 0.27% | 0.4% | - |
| XYZ | 10.7 | 11.45 | 8.12 | - |
| YUV | 94.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 74 | 0 | 0.06 | 0.27 | 0.60 | 46.67 | 0.15 | 0.34 |
| Hex | 65 | 5F | 4A | 0 | 6 | 1B | 3C | 2F | F | 22 |
| Octal | 145 | 137 | 112 | 0 | 6 | 33 | 74 | 57 | 17 | 42 |
| Binary | 1100101 | 1011111 | 1001010 | 0 | 110 | 11011 | 111100 | 101111 | 1111 | 100010 |
Color Harmonies of #655F4A
Complementary color
Monochromatic Colors of #655F4A
Black with #655F4A
Text Example
Text Example
White with #655F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F4A; }
p { color: rgb(101,95,74); }
H1.HeaderClassName
{
color: #655F4A;
}
.AnyTagClassName
{
color: #655F4A;
}
</style>
background-color css
<style>
a { background-color: #655F4A; }
a { background-color: rgb(101,95,74); }
div.DivClassName
{
background-color: #655F4A;
}
.BgClassName
{
background-color: #655F4A;
}
</style>
border-color css
<style>
span { border-color: #655F4A; }
span { border-color: rgb(101,95,74); }
td.TdClassName
{
border-color: #655F4A;
}
.TagClassName
{
border-color: #655F4A;
}
</style>