Shades of Soya Bean #6F6049
Tints of Soya Bean #6F6049
RGB
CMYK
RGB Variations
Color information
#6F6049 (or 0x6F6049) is known color: Soya Bean. HEX triplet: 6F, 60 and 49. RGB value is (111,96,73). Sum of RGB (Red+Green+Blue) = 111+96+73=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6049 is #909FB6. Grayscale: #616161. Windows color (decimal): -9478071 or 4808815. OLE color: 4808815.
HSL color Cylindrical-coordinate representation of color #6F6049: hue angle of 36.32º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6049 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 73 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.56 |
| HSL | 36.32º | 0.21% | 0.36% | - |
| HSV(B) | 36.32º | 0.34% | 0.44% | - |
| XYZ | 11.94 | 12.23 | 8.03 | - |
| YUV | 97.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 73 | 0 | 0.14 | 0.34 | 0.56 | 36.32 | 0.21 | 0.36 |
| Hex | 6F | 60 | 49 | 0 | E | 22 | 38 | 24 | 15 | 24 |
| Octal | 157 | 140 | 111 | 0 | 16 | 42 | 70 | 44 | 25 | 44 |
| Binary | 1101111 | 1100000 | 1001001 | 0 | 1110 | 100010 | 111000 | 100100 | 10101 | 100100 |
Color Harmonies of #6F6049
Complementary color
Monochromatic Colors of #6F6049
Black with #6F6049
Text Example
Text Example
White with #6F6049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6049; }
p { color: rgb(111,96,73); }
H1.HeaderClassName
{
color: #6F6049;
}
.AnyTagClassName
{
color: #6F6049;
}
</style>
background-color css
<style>
a { background-color: #6F6049; }
a { background-color: rgb(111,96,73); }
div.DivClassName
{
background-color: #6F6049;
}
.BgClassName
{
background-color: #6F6049;
}
</style>
border-color css
<style>
span { border-color: #6F6049; }
span { border-color: rgb(111,96,73); }
td.TdClassName
{
border-color: #6F6049;
}
.TagClassName
{
border-color: #6F6049;
}
</style>