Shades of Soya Bean #685E43
Tints of Soya Bean #685E43
RGB
CMYK
RGB Variations
Color information
#685E43 (or 0x685E43) is known color: Soya Bean. HEX triplet: 68, 5E and 43. RGB value is (104,94,67). Sum of RGB (Red+Green+Blue) = 104+94+67=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #685E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E43 is #97A1BC. Grayscale: #5E5E5E. Windows color (decimal): -9937341 or 4415080. OLE color: 4415080.
HSL color Cylindrical-coordinate representation of color #685E43: hue angle of 43.78º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685E43 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 67 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.59 |
| HSL | 43.78º | 0.22% | 0.34% | - |
| HSV(B) | 43.78º | 0.36% | 0.41% | - |
| XYZ | 10.72 | 11.35 | 6.94 | - |
| YUV | 93.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 67 | 0 | 0.10 | 0.36 | 0.59 | 43.78 | 0.22 | 0.34 |
| Hex | 68 | 5E | 43 | 0 | A | 24 | 3B | 2C | 16 | 22 |
| Octal | 150 | 136 | 103 | 0 | 12 | 44 | 73 | 54 | 26 | 42 |
| Binary | 1101000 | 1011110 | 1000011 | 0 | 1010 | 100100 | 111011 | 101100 | 10110 | 100010 |
Color Harmonies of #685E43
Complementary color
Monochromatic Colors of #685E43
Black with #685E43
Text Example
Text Example
White with #685E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E43; }
p { color: rgb(104,94,67); }
H1.HeaderClassName
{
color: #685E43;
}
.AnyTagClassName
{
color: #685E43;
}
</style>
background-color css
<style>
a { background-color: #685E43; }
a { background-color: rgb(104,94,67); }
div.DivClassName
{
background-color: #685E43;
}
.BgClassName
{
background-color: #685E43;
}
</style>
border-color css
<style>
span { border-color: #685E43; }
span { border-color: rgb(104,94,67); }
td.TdClassName
{
border-color: #685E43;
}
.TagClassName
{
border-color: #685E43;
}
</style>