Shades of Soya Bean #6E6045
Tints of Soya Bean #6E6045
RGB
CMYK
RGB Variations
Color information
#6E6045 (or 0x6E6045) is known color: Soya Bean. HEX triplet: 6E, 60 and 45. RGB value is (110,96,69). Sum of RGB (Red+Green+Blue) = 110+96+69=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6045 is #919FBA. Grayscale: #616161. Windows color (decimal): -9543611 or 4546670. OLE color: 4546670.
HSL color Cylindrical-coordinate representation of color #6E6045: hue angle of 39.51º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E6045 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 69 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.57 |
| HSL | 39.51º | 0.23% | 0.35% | - |
| HSV(B) | 39.51º | 0.37% | 0.43% | - |
| XYZ | 11.69 | 12.11 | 7.35 | - |
| YUV | 97.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 69 | 0 | 0.13 | 0.37 | 0.57 | 39.51 | 0.23 | 0.35 |
| Hex | 6E | 60 | 45 | 0 | D | 25 | 39 | 28 | 17 | 23 |
| Octal | 156 | 140 | 105 | 0 | 15 | 45 | 71 | 50 | 27 | 43 |
| Binary | 1101110 | 1100000 | 1000101 | 0 | 1101 | 100101 | 111001 | 101000 | 10111 | 100011 |
Color Harmonies of #6E6045
Complementary color
Monochromatic Colors of #6E6045
Black with #6E6045
Text Example
Text Example
White with #6E6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6045; }
p { color: rgb(110,96,69); }
H1.HeaderClassName
{
color: #6E6045;
}
.AnyTagClassName
{
color: #6E6045;
}
</style>
background-color css
<style>
a { background-color: #6E6045; }
a { background-color: rgb(110,96,69); }
div.DivClassName
{
background-color: #6E6045;
}
.BgClassName
{
background-color: #6E6045;
}
</style>
border-color css
<style>
span { border-color: #6E6045; }
span { border-color: rgb(110,96,69); }
td.TdClassName
{
border-color: #6E6045;
}
.TagClassName
{
border-color: #6E6045;
}
</style>