Shades of Soya Bean #6E5E43
Tints of Soya Bean #6E5E43
RGB
CMYK
RGB Variations
Color information
#6E5E43 (or 0x6E5E43) is known color: Soya Bean. HEX triplet: 6E, 5E and 43. RGB value is (110,94,67). Sum of RGB (Red+Green+Blue) = 110+94+67=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E43 is #91A1BC. Grayscale: #5F5F5F. Windows color (decimal): -9544125 or 4415086. OLE color: 4415086.
HSL color Cylindrical-coordinate representation of color #6E5E43: hue angle of 37.67º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E5E43 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 94 | 67 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.57 |
| HSL | 37.67º | 0.24% | 0.35% | - |
| HSV(B) | 37.67º | 0.39% | 0.43% | - |
| XYZ | 11.45 | 11.73 | 6.97 | - |
| YUV | 95.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 67 | 0 | 0.15 | 0.39 | 0.57 | 37.67 | 0.24 | 0.35 |
| Hex | 6E | 5E | 43 | 0 | F | 27 | 39 | 26 | 18 | 23 |
| Octal | 156 | 136 | 103 | 0 | 17 | 47 | 71 | 46 | 30 | 43 |
| Binary | 1101110 | 1011110 | 1000011 | 0 | 1111 | 100111 | 111001 | 100110 | 11000 | 100011 |
Color Harmonies of #6E5E43
Complementary color
Monochromatic Colors of #6E5E43
Black with #6E5E43
Text Example
Text Example
White with #6E5E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E43; }
p { color: rgb(110,94,67); }
H1.HeaderClassName
{
color: #6E5E43;
}
.AnyTagClassName
{
color: #6E5E43;
}
</style>
background-color css
<style>
a { background-color: #6E5E43; }
a { background-color: rgb(110,94,67); }
div.DivClassName
{
background-color: #6E5E43;
}
.BgClassName
{
background-color: #6E5E43;
}
</style>
border-color css
<style>
span { border-color: #6E5E43; }
span { border-color: rgb(110,94,67); }
td.TdClassName
{
border-color: #6E5E43;
}
.TagClassName
{
border-color: #6E5E43;
}
</style>