Shades of Soya Bean #685C45
Tints of Soya Bean #685C45
RGB
CMYK
RGB Variations
Color information
#685C45 (or 0x685C45) is known color: Soya Bean. HEX triplet: 68, 5C and 45. RGB value is (104,92,69). Sum of RGB (Red+Green+Blue) = 104+92+69=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #685C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C45 is #97A3BA. Grayscale: #5D5D5D. Windows color (decimal): -9937851 or 4545640. OLE color: 4545640.
HSL color Cylindrical-coordinate representation of color #685C45: hue angle of 39.43º 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 #685C45 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 69 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.59 |
| HSL | 39.43º | 0.2% | 0.34% | - |
| HSV(B) | 39.43º | 0.34% | 0.41% | - |
| XYZ | 10.61 | 11.03 | 7.2 | - |
| YUV | 92.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 69 | 0 | 0.12 | 0.34 | 0.59 | 39.43 | 0.2 | 0.34 |
| Hex | 68 | 5C | 45 | 0 | C | 22 | 3B | 27 | 14 | 22 |
| Octal | 150 | 134 | 105 | 0 | 14 | 42 | 73 | 47 | 24 | 42 |
| Binary | 1101000 | 1011100 | 1000101 | 0 | 1100 | 100010 | 111011 | 100111 | 10100 | 100010 |
Color Harmonies of #685C45
Complementary color
Monochromatic Colors of #685C45
Black with #685C45
Text Example
Text Example
White with #685C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C45; }
p { color: rgb(104,92,69); }
H1.HeaderClassName
{
color: #685C45;
}
.AnyTagClassName
{
color: #685C45;
}
</style>
background-color css
<style>
a { background-color: #685C45; }
a { background-color: rgb(104,92,69); }
div.DivClassName
{
background-color: #685C45;
}
.BgClassName
{
background-color: #685C45;
}
</style>
border-color css
<style>
span { border-color: #685C45; }
span { border-color: rgb(104,92,69); }
td.TdClassName
{
border-color: #685C45;
}
.TagClassName
{
border-color: #685C45;
}
</style>