Shades of Soya Bean #6F6048
Tints of Soya Bean #6F6048
RGB
CMYK
RGB Variations
Color information
#6F6048 (or 0x6F6048) is known color: Soya Bean. HEX triplet: 6F, 60 and 48. RGB value is (111,96,72). Sum of RGB (Red+Green+Blue) = 111+96+72=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6048 is #909FB7. Grayscale: #616161. Windows color (decimal): -9478072 or 4743279. OLE color: 4743279.
HSL color Cylindrical-coordinate representation of color #6F6048: hue angle of 36.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F6048 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 72 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.56 |
| HSL | 36.92º | 0.21% | 0.36% | - |
| HSV(B) | 36.92º | 0.35% | 0.44% | - |
| XYZ | 11.91 | 12.21 | 7.86 | - |
| YUV | 97.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 72 | 0 | 0.14 | 0.35 | 0.56 | 36.92 | 0.21 | 0.36 |
| Hex | 6F | 60 | 48 | 0 | E | 23 | 38 | 25 | 15 | 24 |
| Octal | 157 | 140 | 110 | 0 | 16 | 43 | 70 | 45 | 25 | 44 |
| Binary | 1101111 | 1100000 | 1001000 | 0 | 1110 | 100011 | 111000 | 100101 | 10101 | 100100 |
Color Harmonies of #6F6048
Complementary color
Monochromatic Colors of #6F6048
Black with #6F6048
Text Example
Text Example
White with #6F6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6048; }
p { color: rgb(111,96,72); }
H1.HeaderClassName
{
color: #6F6048;
}
.AnyTagClassName
{
color: #6F6048;
}
</style>
background-color css
<style>
a { background-color: #6F6048; }
a { background-color: rgb(111,96,72); }
div.DivClassName
{
background-color: #6F6048;
}
.BgClassName
{
background-color: #6F6048;
}
</style>
border-color css
<style>
span { border-color: #6F6048; }
span { border-color: rgb(111,96,72); }
td.TdClassName
{
border-color: #6F6048;
}
.TagClassName
{
border-color: #6F6048;
}
</style>