Shades of Soya Bean #685B43
Tints of Soya Bean #685B43
RGB
CMYK
RGB Variations
Color information
#685B43 (or 0x685B43) is known color: Soya Bean. HEX triplet: 68, 5B and 43. RGB value is (104,91,67). Sum of RGB (Red+Green+Blue) = 104+91+67=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #685B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B43 is #97A4BC. Grayscale: #5C5C5C. Windows color (decimal): -9938109 or 4414312. OLE color: 4414312.
HSL color Cylindrical-coordinate representation of color #685B43: hue angle of 38.92º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685B43 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 67 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.59 |
| HSL | 38.92º | 0.22% | 0.34% | - |
| HSV(B) | 38.92º | 0.36% | 0.41% | - |
| XYZ | 10.46 | 10.83 | 6.85 | - |
| YUV | 92.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 67 | 0 | 0.12 | 0.36 | 0.59 | 38.92 | 0.22 | 0.34 |
| Hex | 68 | 5B | 43 | 0 | C | 24 | 3B | 27 | 16 | 22 |
| Octal | 150 | 133 | 103 | 0 | 14 | 44 | 73 | 47 | 26 | 42 |
| Binary | 1101000 | 1011011 | 1000011 | 0 | 1100 | 100100 | 111011 | 100111 | 10110 | 100010 |
Color Harmonies of #685B43
Complementary color
Monochromatic Colors of #685B43
Black with #685B43
Text Example
Text Example
White with #685B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B43; }
p { color: rgb(104,91,67); }
H1.HeaderClassName
{
color: #685B43;
}
.AnyTagClassName
{
color: #685B43;
}
</style>
background-color css
<style>
a { background-color: #685B43; }
a { background-color: rgb(104,91,67); }
div.DivClassName
{
background-color: #685B43;
}
.BgClassName
{
background-color: #685B43;
}
</style>
border-color css
<style>
span { border-color: #685B43; }
span { border-color: rgb(104,91,67); }
td.TdClassName
{
border-color: #685B43;
}
.TagClassName
{
border-color: #685B43;
}
</style>