Shades of Soya Bean #6F6044
Tints of Soya Bean #6F6044
RGB
CMYK
RGB Variations
Color information
#6F6044 (or 0x6F6044) is known color: Soya Bean. HEX triplet: 6F, 60 and 44. RGB value is (111,96,68). Sum of RGB (Red+Green+Blue) = 111+96+68=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6044 is #909FBB. Grayscale: #616161. Windows color (decimal): -9478076 or 4481135. OLE color: 4481135.
HSL color Cylindrical-coordinate representation of color #6F6044: hue angle of 39.07º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F6044 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 68 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.56 |
| HSL | 39.07º | 0.24% | 0.35% | - |
| HSV(B) | 39.07º | 0.39% | 0.44% | - |
| XYZ | 11.78 | 12.16 | 7.2 | - |
| YUV | 97.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 68 | 0 | 0.14 | 0.39 | 0.56 | 39.07 | 0.24 | 0.35 |
| Hex | 6F | 60 | 44 | 0 | E | 27 | 38 | 27 | 18 | 23 |
| Octal | 157 | 140 | 104 | 0 | 16 | 47 | 70 | 47 | 30 | 43 |
| Binary | 1101111 | 1100000 | 1000100 | 0 | 1110 | 100111 | 111000 | 100111 | 11000 | 100011 |
Color Harmonies of #6F6044
Complementary color
Monochromatic Colors of #6F6044
Black with #6F6044
Text Example
Text Example
White with #6F6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6044; }
p { color: rgb(111,96,68); }
H1.HeaderClassName
{
color: #6F6044;
}
.AnyTagClassName
{
color: #6F6044;
}
</style>
background-color css
<style>
a { background-color: #6F6044; }
a { background-color: rgb(111,96,68); }
div.DivClassName
{
background-color: #6F6044;
}
.BgClassName
{
background-color: #6F6044;
}
</style>
border-color css
<style>
span { border-color: #6F6044; }
span { border-color: rgb(111,96,68); }
td.TdClassName
{
border-color: #6F6044;
}
.TagClassName
{
border-color: #6F6044;
}
</style>