Shades of Soya Bean #6D6450
Tints of Soya Bean #6D6450
RGB
CMYK
RGB Variations
Color information
#6D6450 (or 0x6D6450) is known color: Soya Bean. HEX triplet: 6D, 64 and 50. RGB value is (109,100,80). Sum of RGB (Red+Green+Blue) = 109+100+80=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6450 is #929BAF. Grayscale: #646464. Windows color (decimal): -9608112 or 5268589. OLE color: 5268589.
HSL color Cylindrical-coordinate representation of color #6D6450: hue angle of 41.38º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6450 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 80 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.57 |
| HSL | 41.38º | 0.15% | 0.37% | - |
| HSV(B) | 41.38º | 0.27% | 0.43% | - |
| XYZ | 12.31 | 12.94 | 9.44 | - |
| YUV | 100.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 80 | 0 | 0.08 | 0.27 | 0.57 | 41.38 | 0.15 | 0.37 |
| Hex | 6D | 64 | 50 | 0 | 8 | 1B | 39 | 29 | F | 25 |
| Octal | 155 | 144 | 120 | 0 | 10 | 33 | 71 | 51 | 17 | 45 |
| Binary | 1101101 | 1100100 | 1010000 | 0 | 1000 | 11011 | 111001 | 101001 | 1111 | 100101 |
Color Harmonies of #6D6450
Complementary color
Monochromatic Colors of #6D6450
Black with #6D6450
Text Example
Text Example
White with #6D6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6450; }
p { color: rgb(109,100,80); }
H1.HeaderClassName
{
color: #6D6450;
}
.AnyTagClassName
{
color: #6D6450;
}
</style>
background-color css
<style>
a { background-color: #6D6450; }
a { background-color: rgb(109,100,80); }
div.DivClassName
{
background-color: #6D6450;
}
.BgClassName
{
background-color: #6D6450;
}
</style>
border-color css
<style>
span { border-color: #6D6450; }
span { border-color: rgb(109,100,80); }
td.TdClassName
{
border-color: #6D6450;
}
.TagClassName
{
border-color: #6D6450;
}
</style>