Shades of Soya Bean #6D6048
Tints of Soya Bean #6D6048
RGB
CMYK
RGB Variations
Color information
#6D6048 (or 0x6D6048) is known color: Soya Bean. HEX triplet: 6D, 60 and 48. RGB value is (109,96,72). Sum of RGB (Red+Green+Blue) = 109+96+72=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6048 is #929FB7. Grayscale: #616161. Windows color (decimal): -9609144 or 4743277. OLE color: 4743277.
HSL color Cylindrical-coordinate representation of color #6D6048: hue angle of 38.92º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6048 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 72 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.57 |
| HSL | 38.92º | 0.2% | 0.35% | - |
| HSV(B) | 38.92º | 0.34% | 0.43% | - |
| XYZ | 11.66 | 12.08 | 7.85 | - |
| YUV | 97.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 72 | 0 | 0.12 | 0.34 | 0.57 | 38.92 | 0.2 | 0.35 |
| Hex | 6D | 60 | 48 | 0 | C | 22 | 39 | 27 | 14 | 23 |
| Octal | 155 | 140 | 110 | 0 | 14 | 42 | 71 | 47 | 24 | 43 |
| Binary | 1101101 | 1100000 | 1001000 | 0 | 1100 | 100010 | 111001 | 100111 | 10100 | 100011 |
Color Harmonies of #6D6048
Complementary color
Monochromatic Colors of #6D6048
Black with #6D6048
Text Example
Text Example
White with #6D6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6048; }
p { color: rgb(109,96,72); }
H1.HeaderClassName
{
color: #6D6048;
}
.AnyTagClassName
{
color: #6D6048;
}
</style>
background-color css
<style>
a { background-color: #6D6048; }
a { background-color: rgb(109,96,72); }
div.DivClassName
{
background-color: #6D6048;
}
.BgClassName
{
background-color: #6D6048;
}
</style>
border-color css
<style>
span { border-color: #6D6048; }
span { border-color: rgb(109,96,72); }
td.TdClassName
{
border-color: #6D6048;
}
.TagClassName
{
border-color: #6D6048;
}
</style>