Shades of Soya Bean #686045
Tints of Soya Bean #686045
RGB
CMYK
RGB Variations
Color information
#686045 (or 0x686045) is known color: Soya Bean. HEX triplet: 68, 60 and 45. RGB value is (104,96,69). Sum of RGB (Red+Green+Blue) = 104+96+69=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #686045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686045 is #979FBA. Grayscale: #5F5F5F. Windows color (decimal): -9936827 or 4546664. OLE color: 4546664.
HSL color Cylindrical-coordinate representation of color #686045: hue angle of 46.29º 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 #686045 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 69 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.59 |
| HSL | 46.29º | 0.2% | 0.34% | - |
| HSV(B) | 46.29º | 0.34% | 0.41% | - |
| XYZ | 10.97 | 11.74 | 7.32 | - |
| YUV | 95.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 69 | 0 | 0.08 | 0.34 | 0.59 | 46.29 | 0.2 | 0.34 |
| Hex | 68 | 60 | 45 | 0 | 8 | 22 | 3B | 2E | 14 | 22 |
| Octal | 150 | 140 | 105 | 0 | 10 | 42 | 73 | 56 | 24 | 42 |
| Binary | 1101000 | 1100000 | 1000101 | 0 | 1000 | 100010 | 111011 | 101110 | 10100 | 100010 |
Color Harmonies of #686045
Complementary color
Monochromatic Colors of #686045
Black with #686045
Text Example
Text Example
White with #686045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686045; }
p { color: rgb(104,96,69); }
H1.HeaderClassName
{
color: #686045;
}
.AnyTagClassName
{
color: #686045;
}
</style>
background-color css
<style>
a { background-color: #686045; }
a { background-color: rgb(104,96,69); }
div.DivClassName
{
background-color: #686045;
}
.BgClassName
{
background-color: #686045;
}
</style>
border-color css
<style>
span { border-color: #686045; }
span { border-color: rgb(104,96,69); }
td.TdClassName
{
border-color: #686045;
}
.TagClassName
{
border-color: #686045;
}
</style>