Shades of Soya Bean #6F6149
Tints of Soya Bean #6F6149
RGB
CMYK
RGB Variations
Color information
#6F6149 (or 0x6F6149) is known color: Soya Bean. HEX triplet: 6F, 61 and 49. RGB value is (111,97,73). Sum of RGB (Red+Green+Blue) = 111+97+73=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6149 is #909EB6. Grayscale: #626262. Windows color (decimal): -9477815 or 4809071. OLE color: 4809071.
HSL color Cylindrical-coordinate representation of color #6F6149: hue angle of 37.89º 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 #6F6149 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 73 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.56 |
| HSL | 37.89º | 0.21% | 0.36% | - |
| HSV(B) | 37.89º | 0.34% | 0.44% | - |
| XYZ | 12.03 | 12.41 | 8.06 | - |
| YUV | 98.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 73 | 0 | 0.13 | 0.34 | 0.56 | 37.89 | 0.21 | 0.36 |
| Hex | 6F | 61 | 49 | 0 | D | 22 | 38 | 26 | 15 | 24 |
| Octal | 157 | 141 | 111 | 0 | 15 | 42 | 70 | 46 | 25 | 44 |
| Binary | 1101111 | 1100001 | 1001001 | 0 | 1101 | 100010 | 111000 | 100110 | 10101 | 100100 |
Color Harmonies of #6F6149
Complementary color
Monochromatic Colors of #6F6149
Black with #6F6149
Text Example
Text Example
White with #6F6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6149; }
p { color: rgb(111,97,73); }
H1.HeaderClassName
{
color: #6F6149;
}
.AnyTagClassName
{
color: #6F6149;
}
</style>
background-color css
<style>
a { background-color: #6F6149; }
a { background-color: rgb(111,97,73); }
div.DivClassName
{
background-color: #6F6149;
}
.BgClassName
{
background-color: #6F6149;
}
</style>
border-color css
<style>
span { border-color: #6F6149; }
span { border-color: rgb(111,97,73); }
td.TdClassName
{
border-color: #6F6149;
}
.TagClassName
{
border-color: #6F6149;
}
</style>