Shades of Soya Bean #6F6047
Tints of Soya Bean #6F6047
RGB
CMYK
RGB Variations
Color information
#6F6047 (or 0x6F6047) is known color: Soya Bean. HEX triplet: 6F, 60 and 47. RGB value is (111,96,71). Sum of RGB (Red+Green+Blue) = 111+96+71=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6047 is #909FB8. Grayscale: #616161. Windows color (decimal): -9478073 or 4677743. OLE color: 4677743.
HSL color Cylindrical-coordinate representation of color #6F6047: hue angle of 37.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 #6F6047 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 71 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.56 |
| HSL | 37.5º | 0.22% | 0.36% | - |
| HSV(B) | 37.5º | 0.36% | 0.44% | - |
| XYZ | 11.88 | 12.2 | 7.69 | - |
| YUV | 97.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 71 | 0 | 0.14 | 0.36 | 0.56 | 37.5 | 0.22 | 0.36 |
| Hex | 6F | 60 | 47 | 0 | E | 24 | 38 | 26 | 16 | 24 |
| Octal | 157 | 140 | 107 | 0 | 16 | 44 | 70 | 46 | 26 | 44 |
| Binary | 1101111 | 1100000 | 1000111 | 0 | 1110 | 100100 | 111000 | 100110 | 10110 | 100100 |
Color Harmonies of #6F6047
Complementary color
Monochromatic Colors of #6F6047
Black with #6F6047
Text Example
Text Example
White with #6F6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6047; }
p { color: rgb(111,96,71); }
H1.HeaderClassName
{
color: #6F6047;
}
.AnyTagClassName
{
color: #6F6047;
}
</style>
background-color css
<style>
a { background-color: #6F6047; }
a { background-color: rgb(111,96,71); }
div.DivClassName
{
background-color: #6F6047;
}
.BgClassName
{
background-color: #6F6047;
}
</style>
border-color css
<style>
span { border-color: #6F6047; }
span { border-color: rgb(111,96,71); }
td.TdClassName
{
border-color: #6F6047;
}
.TagClassName
{
border-color: #6F6047;
}
</style>