Shades of Soya Bean #6D624D
Tints of Soya Bean #6D624D
RGB
CMYK
RGB Variations
Color information
#6D624D (or 0x6D624D) is known color: Soya Bean. HEX triplet: 6D, 62 and 4D. RGB value is (109,98,77). Sum of RGB (Red+Green+Blue) = 109+98+77=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D624D is #929DB2. Grayscale: #626262. Windows color (decimal): -9608627 or 5071469. OLE color: 5071469.
HSL color Cylindrical-coordinate representation of color #6D624D: hue angle of 39.38º 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 #6D624D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 77 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.57 |
| HSL | 39.38º | 0.17% | 0.36% | - |
| HSV(B) | 39.38º | 0.29% | 0.43% | - |
| XYZ | 12.01 | 12.52 | 8.81 | - |
| YUV | 98.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 77 | 0 | 0.10 | 0.29 | 0.57 | 39.38 | 0.17 | 0.36 |
| Hex | 6D | 62 | 4D | 0 | A | 1D | 39 | 27 | 11 | 24 |
| Octal | 155 | 142 | 115 | 0 | 12 | 35 | 71 | 47 | 21 | 44 |
| Binary | 1101101 | 1100010 | 1001101 | 0 | 1010 | 11101 | 111001 | 100111 | 10001 | 100100 |
Color Harmonies of #6D624D
Complementary color
Monochromatic Colors of #6D624D
Black with #6D624D
Text Example
Text Example
White with #6D624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D624D; }
p { color: rgb(109,98,77); }
H1.HeaderClassName
{
color: #6D624D;
}
.AnyTagClassName
{
color: #6D624D;
}
</style>
background-color css
<style>
a { background-color: #6D624D; }
a { background-color: rgb(109,98,77); }
div.DivClassName
{
background-color: #6D624D;
}
.BgClassName
{
background-color: #6D624D;
}
</style>
border-color css
<style>
span { border-color: #6D624D; }
span { border-color: rgb(109,98,77); }
td.TdClassName
{
border-color: #6D624D;
}
.TagClassName
{
border-color: #6D624D;
}
</style>