Shades of Soya Bean #6E6044
Tints of Soya Bean #6E6044
RGB
CMYK
RGB Variations
Color information
#6E6044 (or 0x6E6044) is known color: Soya Bean. HEX triplet: 6E, 60 and 44. RGB value is (110,96,68). Sum of RGB (Red+Green+Blue) = 110+96+68=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6044 is #919FBB. Grayscale: #616161. Windows color (decimal): -9543612 or 4481134. OLE color: 4481134.
HSL color Cylindrical-coordinate representation of color #6E6044: hue angle of 40º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6044 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 68 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.57 |
| HSL | 40º | 0.24% | 0.35% | - |
| HSV(B) | 40º | 0.38% | 0.43% | - |
| XYZ | 11.66 | 12.1 | 7.19 | - |
| YUV | 96.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 68 | 0 | 0.13 | 0.38 | 0.57 | 40 | 0.24 | 0.35 |
| Hex | 6E | 60 | 44 | 0 | D | 26 | 39 | 28 | 18 | 23 |
| Octal | 156 | 140 | 104 | 0 | 15 | 46 | 71 | 50 | 30 | 43 |
| Binary | 1101110 | 1100000 | 1000100 | 0 | 1101 | 100110 | 111001 | 101000 | 11000 | 100011 |
Color Harmonies of #6E6044
Complementary color
Monochromatic Colors of #6E6044
Black with #6E6044
Text Example
Text Example
White with #6E6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6044; }
p { color: rgb(110,96,68); }
H1.HeaderClassName
{
color: #6E6044;
}
.AnyTagClassName
{
color: #6E6044;
}
</style>
background-color css
<style>
a { background-color: #6E6044; }
a { background-color: rgb(110,96,68); }
div.DivClassName
{
background-color: #6E6044;
}
.BgClassName
{
background-color: #6E6044;
}
</style>
border-color css
<style>
span { border-color: #6E6044; }
span { border-color: rgb(110,96,68); }
td.TdClassName
{
border-color: #6E6044;
}
.TagClassName
{
border-color: #6E6044;
}
</style>