Shades of Soya Bean #686044
Tints of Soya Bean #686044
RGB
CMYK
RGB Variations
Color information
#686044 (or 0x686044) is known color: Soya Bean. HEX triplet: 68, 60 and 44. RGB value is (104,96,68). Sum of RGB (Red+Green+Blue) = 104+96+68=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #686044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686044 is #979FBB. Grayscale: #5F5F5F. Windows color (decimal): -9936828 or 4481128. OLE color: 4481128.
HSL color Cylindrical-coordinate representation of color #686044: hue angle of 46.67º 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 #686044 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 68 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.59 |
| HSL | 46.67º | 0.21% | 0.34% | - |
| HSV(B) | 46.67º | 0.35% | 0.41% | - |
| XYZ | 10.94 | 11.73 | 7.16 | - |
| YUV | 95.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 68 | 0 | 0.08 | 0.35 | 0.59 | 46.67 | 0.21 | 0.34 |
| Hex | 68 | 60 | 44 | 0 | 8 | 23 | 3B | 2F | 15 | 22 |
| Octal | 150 | 140 | 104 | 0 | 10 | 43 | 73 | 57 | 25 | 42 |
| Binary | 1101000 | 1100000 | 1000100 | 0 | 1000 | 100011 | 111011 | 101111 | 10101 | 100010 |
Color Harmonies of #686044
Complementary color
Monochromatic Colors of #686044
Black with #686044
Text Example
Text Example
White with #686044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686044; }
p { color: rgb(104,96,68); }
H1.HeaderClassName
{
color: #686044;
}
.AnyTagClassName
{
color: #686044;
}
</style>
background-color css
<style>
a { background-color: #686044; }
a { background-color: rgb(104,96,68); }
div.DivClassName
{
background-color: #686044;
}
.BgClassName
{
background-color: #686044;
}
</style>
border-color css
<style>
span { border-color: #686044; }
span { border-color: rgb(104,96,68); }
td.TdClassName
{
border-color: #686044;
}
.TagClassName
{
border-color: #686044;
}
</style>