Shades of Soya Bean #6E624A
Tints of Soya Bean #6E624A
RGB
CMYK
RGB Variations
Color information
#6E624A (or 0x6E624A) is known color: Soya Bean. HEX triplet: 6E, 62 and 4A. RGB value is (110,98,74). Sum of RGB (Red+Green+Blue) = 110+98+74=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E624A is #919DB5. Grayscale: #626262. Windows color (decimal): -9543094 or 4874862. OLE color: 4874862.
HSL color Cylindrical-coordinate representation of color #6E624A: hue angle of 40º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E624A is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 74 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.57 |
| HSL | 40º | 0.2% | 0.36% | - |
| HSV(B) | 40º | 0.33% | 0.43% | - |
| XYZ | 12.03 | 12.54 | 8.27 | - |
| YUV | 98.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 74 | 0 | 0.11 | 0.33 | 0.57 | 40 | 0.2 | 0.36 |
| Hex | 6E | 62 | 4A | 0 | B | 21 | 39 | 28 | 14 | 24 |
| Octal | 156 | 142 | 112 | 0 | 13 | 41 | 71 | 50 | 24 | 44 |
| Binary | 1101110 | 1100010 | 1001010 | 0 | 1011 | 100001 | 111001 | 101000 | 10100 | 100100 |
Color Harmonies of #6E624A
Complementary color
Monochromatic Colors of #6E624A
Black with #6E624A
Text Example
Text Example
White with #6E624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E624A; }
p { color: rgb(110,98,74); }
H1.HeaderClassName
{
color: #6E624A;
}
.AnyTagClassName
{
color: #6E624A;
}
</style>
background-color css
<style>
a { background-color: #6E624A; }
a { background-color: rgb(110,98,74); }
div.DivClassName
{
background-color: #6E624A;
}
.BgClassName
{
background-color: #6E624A;
}
</style>
border-color css
<style>
span { border-color: #6E624A; }
span { border-color: rgb(110,98,74); }
td.TdClassName
{
border-color: #6E624A;
}
.TagClassName
{
border-color: #6E624A;
}
</style>