Shades of Soya Bean #685E45
Tints of Soya Bean #685E45
RGB
CMYK
RGB Variations
Color information
#685E45 (or 0x685E45) is known color: Soya Bean. HEX triplet: 68, 5E and 45. RGB value is (104,94,69). Sum of RGB (Red+Green+Blue) = 104+94+69=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #685E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E45 is #97A1BA. Grayscale: #5E5E5E. Windows color (decimal): -9937339 or 4546152. OLE color: 4546152.
HSL color Cylindrical-coordinate representation of color #685E45: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685E45 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 69 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.59 |
| HSL | 42.86º | 0.2% | 0.34% | - |
| HSV(B) | 42.86º | 0.34% | 0.41% | - |
| XYZ | 10.79 | 11.38 | 7.26 | - |
| YUV | 94.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 69 | 0 | 0.10 | 0.34 | 0.59 | 42.86 | 0.2 | 0.34 |
| Hex | 68 | 5E | 45 | 0 | A | 22 | 3B | 2B | 14 | 22 |
| Octal | 150 | 136 | 105 | 0 | 12 | 42 | 73 | 53 | 24 | 42 |
| Binary | 1101000 | 1011110 | 1000101 | 0 | 1010 | 100010 | 111011 | 101011 | 10100 | 100010 |
Color Harmonies of #685E45
Complementary color
Monochromatic Colors of #685E45
Black with #685E45
Text Example
Text Example
White with #685E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E45; }
p { color: rgb(104,94,69); }
H1.HeaderClassName
{
color: #685E45;
}
.AnyTagClassName
{
color: #685E45;
}
</style>
background-color css
<style>
a { background-color: #685E45; }
a { background-color: rgb(104,94,69); }
div.DivClassName
{
background-color: #685E45;
}
.BgClassName
{
background-color: #685E45;
}
</style>
border-color css
<style>
span { border-color: #685E45; }
span { border-color: rgb(104,94,69); }
td.TdClassName
{
border-color: #685E45;
}
.TagClassName
{
border-color: #685E45;
}
</style>