Shades of Soya Bean #6F6449
Tints of Soya Bean #6F6449
RGB
CMYK
RGB Variations
Color information
#6F6449 (or 0x6F6449) is known color: Soya Bean. HEX triplet: 6F, 64 and 49. RGB value is (111,100,73). Sum of RGB (Red+Green+Blue) = 111+100+73=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6449 is #909BB6. Grayscale: #646464. Windows color (decimal): -9477047 or 4809839. OLE color: 4809839.
HSL color Cylindrical-coordinate representation of color #6F6449: hue angle of 42.63º 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 #6F6449 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 73 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.56 |
| HSL | 42.63º | 0.21% | 0.36% | - |
| HSV(B) | 42.63º | 0.34% | 0.44% | - |
| XYZ | 12.32 | 12.97 | 8.16 | - |
| YUV | 100.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 73 | 0 | 0.10 | 0.34 | 0.56 | 42.63 | 0.21 | 0.36 |
| Hex | 6F | 64 | 49 | 0 | A | 22 | 38 | 2B | 15 | 24 |
| Octal | 157 | 144 | 111 | 0 | 12 | 42 | 70 | 53 | 25 | 44 |
| Binary | 1101111 | 1100100 | 1001001 | 0 | 1010 | 100010 | 111000 | 101011 | 10101 | 100100 |
Color Harmonies of #6F6449
Complementary color
Monochromatic Colors of #6F6449
Black with #6F6449
Text Example
Text Example
White with #6F6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6449; }
p { color: rgb(111,100,73); }
H1.HeaderClassName
{
color: #6F6449;
}
.AnyTagClassName
{
color: #6F6449;
}
</style>
background-color css
<style>
a { background-color: #6F6449; }
a { background-color: rgb(111,100,73); }
div.DivClassName
{
background-color: #6F6449;
}
.BgClassName
{
background-color: #6F6449;
}
</style>
border-color css
<style>
span { border-color: #6F6449; }
span { border-color: rgb(111,100,73); }
td.TdClassName
{
border-color: #6F6449;
}
.TagClassName
{
border-color: #6F6449;
}
</style>