Shades of Soya Bean #655C43
Tints of Soya Bean #655C43
RGB
CMYK
RGB Variations
Color information
#655C43 (or 0x655C43) is known color: Soya Bean. HEX triplet: 65, 5C and 43. RGB value is (101,92,67). Sum of RGB (Red+Green+Blue) = 101+92+67=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #655C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C43 is #9AA3BC. Grayscale: #5B5B5B. Windows color (decimal): -10134461 or 4414565. OLE color: 4414565.
HSL color Cylindrical-coordinate representation of color #655C43: hue angle of 44.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655C43 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 67 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.60 |
| HSL | 44.12º | 0.2% | 0.33% | - |
| HSV(B) | 44.12º | 0.34% | 0.4% | - |
| XYZ | 10.21 | 10.83 | 6.86 | - |
| YUV | 91.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 67 | 0 | 0.09 | 0.34 | 0.60 | 44.12 | 0.2 | 0.33 |
| Hex | 65 | 5C | 43 | 0 | 9 | 22 | 3C | 2C | 14 | 21 |
| Octal | 145 | 134 | 103 | 0 | 11 | 42 | 74 | 54 | 24 | 41 |
| Binary | 1100101 | 1011100 | 1000011 | 0 | 1001 | 100010 | 111100 | 101100 | 10100 | 100001 |
Color Harmonies of #655C43
Complementary color
Monochromatic Colors of #655C43
Black with #655C43
Text Example
Text Example
White with #655C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C43; }
p { color: rgb(101,92,67); }
H1.HeaderClassName
{
color: #655C43;
}
.AnyTagClassName
{
color: #655C43;
}
</style>
background-color css
<style>
a { background-color: #655C43; }
a { background-color: rgb(101,92,67); }
div.DivClassName
{
background-color: #655C43;
}
.BgClassName
{
background-color: #655C43;
}
</style>
border-color css
<style>
span { border-color: #655C43; }
span { border-color: rgb(101,92,67); }
td.TdClassName
{
border-color: #655C43;
}
.TagClassName
{
border-color: #655C43;
}
</style>