Shades of Soya Bean #6D644D
Tints of Soya Bean #6D644D
RGB
CMYK
RGB Variations
Color information
#6D644D (or 0x6D644D) is known color: Soya Bean. HEX triplet: 6D, 64 and 4D. RGB value is (109,100,77). Sum of RGB (Red+Green+Blue) = 109+100+77=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D644D is #929BB2. Grayscale: #646464. Windows color (decimal): -9608115 or 5071981. OLE color: 5071981.
HSL color Cylindrical-coordinate representation of color #6D644D: hue angle of 43.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D644D is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 77 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.57 |
| HSL | 43.13º | 0.17% | 0.36% | - |
| HSV(B) | 43.13º | 0.29% | 0.43% | - |
| XYZ | 12.2 | 12.9 | 8.87 | - |
| YUV | 100.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 77 | 0 | 0.08 | 0.29 | 0.57 | 43.13 | 0.17 | 0.36 |
| Hex | 6D | 64 | 4D | 0 | 8 | 1D | 39 | 2B | 11 | 24 |
| Octal | 155 | 144 | 115 | 0 | 10 | 35 | 71 | 53 | 21 | 44 |
| Binary | 1101101 | 1100100 | 1001101 | 0 | 1000 | 11101 | 111001 | 101011 | 10001 | 100100 |
Color Harmonies of #6D644D
Complementary color
Monochromatic Colors of #6D644D
Black with #6D644D
Text Example
Text Example
White with #6D644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D644D; }
p { color: rgb(109,100,77); }
H1.HeaderClassName
{
color: #6D644D;
}
.AnyTagClassName
{
color: #6D644D;
}
</style>
background-color css
<style>
a { background-color: #6D644D; }
a { background-color: rgb(109,100,77); }
div.DivClassName
{
background-color: #6D644D;
}
.BgClassName
{
background-color: #6D644D;
}
</style>
border-color css
<style>
span { border-color: #6D644D; }
span { border-color: rgb(109,100,77); }
td.TdClassName
{
border-color: #6D644D;
}
.TagClassName
{
border-color: #6D644D;
}
</style>