Shades of Soya Bean #685C44
Tints of Soya Bean #685C44
RGB
CMYK
RGB Variations
Color information
#685C44 (or 0x685C44) is known color: Soya Bean. HEX triplet: 68, 5C and 44. RGB value is (104,92,68). Sum of RGB (Red+Green+Blue) = 104+92+68=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #685C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C44 is #97A3BB. Grayscale: #5C5C5C. Windows color (decimal): -9937852 or 4480104. OLE color: 4480104.
HSL color Cylindrical-coordinate representation of color #685C44: hue angle of 40º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685C44 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 68 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.59 |
| HSL | 40º | 0.21% | 0.34% | - |
| HSV(B) | 40º | 0.35% | 0.41% | - |
| XYZ | 10.58 | 11.01 | 7.04 | - |
| YUV | 92.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 68 | 0 | 0.12 | 0.35 | 0.59 | 40 | 0.21 | 0.34 |
| Hex | 68 | 5C | 44 | 0 | C | 23 | 3B | 28 | 15 | 22 |
| Octal | 150 | 134 | 104 | 0 | 14 | 43 | 73 | 50 | 25 | 42 |
| Binary | 1101000 | 1011100 | 1000100 | 0 | 1100 | 100011 | 111011 | 101000 | 10101 | 100010 |
Color Harmonies of #685C44
Complementary color
Monochromatic Colors of #685C44
Black with #685C44
Text Example
Text Example
White with #685C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C44; }
p { color: rgb(104,92,68); }
H1.HeaderClassName
{
color: #685C44;
}
.AnyTagClassName
{
color: #685C44;
}
</style>
background-color css
<style>
a { background-color: #685C44; }
a { background-color: rgb(104,92,68); }
div.DivClassName
{
background-color: #685C44;
}
.BgClassName
{
background-color: #685C44;
}
</style>
border-color css
<style>
span { border-color: #685C44; }
span { border-color: rgb(104,92,68); }
td.TdClassName
{
border-color: #685C44;
}
.TagClassName
{
border-color: #685C44;
}
</style>