Shades of Soya Bean #686149
Tints of Soya Bean #686149
RGB
CMYK
RGB Variations
Color information
#686149 (or 0x686149) is known color: Soya Bean. HEX triplet: 68, 61 and 49. RGB value is (104,97,73). Sum of RGB (Red+Green+Blue) = 104+97+73=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686149 is #979EB6. Grayscale: #606060. Windows color (decimal): -9936567 or 4809064. OLE color: 4809064.
HSL color Cylindrical-coordinate representation of color #686149: hue angle of 46.45º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686149 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 73 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.59 |
| HSL | 46.45º | 0.18% | 0.35% | - |
| HSV(B) | 46.45º | 0.3% | 0.41% | - |
| XYZ | 11.19 | 11.97 | 8.02 | - |
| YUV | 96.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 73 | 0 | 0.07 | 0.30 | 0.59 | 46.45 | 0.18 | 0.35 |
| Hex | 68 | 61 | 49 | 0 | 7 | 1E | 3B | 2E | 12 | 23 |
| Octal | 150 | 141 | 111 | 0 | 7 | 36 | 73 | 56 | 22 | 43 |
| Binary | 1101000 | 1100001 | 1001001 | 0 | 111 | 11110 | 111011 | 101110 | 10010 | 100011 |
Color Harmonies of #686149
Complementary color
Monochromatic Colors of #686149
Black with #686149
Text Example
Text Example
White with #686149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686149; }
p { color: rgb(104,97,73); }
H1.HeaderClassName
{
color: #686149;
}
.AnyTagClassName
{
color: #686149;
}
</style>
background-color css
<style>
a { background-color: #686149; }
a { background-color: rgb(104,97,73); }
div.DivClassName
{
background-color: #686149;
}
.BgClassName
{
background-color: #686149;
}
</style>
border-color css
<style>
span { border-color: #686149; }
span { border-color: rgb(104,97,73); }
td.TdClassName
{
border-color: #686149;
}
.TagClassName
{
border-color: #686149;
}
</style>