Shades of Soya Bean #6F6447
Tints of Soya Bean #6F6447
RGB
CMYK
RGB Variations
Color information
#6F6447 (or 0x6F6447) is known color: Soya Bean. HEX triplet: 6F, 64 and 47. RGB value is (111,100,71). Sum of RGB (Red+Green+Blue) = 111+100+71=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6447 is #909BB8. Grayscale: #646464. Windows color (decimal): -9477049 or 4678767. OLE color: 4678767.
HSL color Cylindrical-coordinate representation of color #6F6447: hue angle of 43.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F6447 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 71 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.56 |
| HSL | 43.5º | 0.22% | 0.36% | - |
| HSV(B) | 43.5º | 0.36% | 0.44% | - |
| XYZ | 12.25 | 12.95 | 7.81 | - |
| YUV | 99.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 71 | 0 | 0.10 | 0.36 | 0.56 | 43.5 | 0.22 | 0.36 |
| Hex | 6F | 64 | 47 | 0 | A | 24 | 38 | 2C | 16 | 24 |
| Octal | 157 | 144 | 107 | 0 | 12 | 44 | 70 | 54 | 26 | 44 |
| Binary | 1101111 | 1100100 | 1000111 | 0 | 1010 | 100100 | 111000 | 101100 | 10110 | 100100 |
Color Harmonies of #6F6447
Complementary color
Monochromatic Colors of #6F6447
Black with #6F6447
Text Example
Text Example
White with #6F6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6447; }
p { color: rgb(111,100,71); }
H1.HeaderClassName
{
color: #6F6447;
}
.AnyTagClassName
{
color: #6F6447;
}
</style>
background-color css
<style>
a { background-color: #6F6447; }
a { background-color: rgb(111,100,71); }
div.DivClassName
{
background-color: #6F6447;
}
.BgClassName
{
background-color: #6F6447;
}
</style>
border-color css
<style>
span { border-color: #6F6447; }
span { border-color: rgb(111,100,71); }
td.TdClassName
{
border-color: #6F6447;
}
.TagClassName
{
border-color: #6F6447;
}
</style>