Shades of Soya Bean #706046
Tints of Soya Bean #706046
RGB
CMYK
RGB Variations
Color information
#706046 (or 0x706046) is known color: Soya Bean. HEX triplet: 70, 60 and 46. RGB value is (112,96,70). Sum of RGB (Red+Green+Blue) = 112+96+70=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706046 is #8F9FB9. Grayscale: #616161. Windows color (decimal): -9412538 or 4612208. OLE color: 4612208.
HSL color Cylindrical-coordinate representation of color #706046: hue angle of 37.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706046 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 70 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.56 |
| HSL | 37.14º | 0.23% | 0.36% | - |
| HSV(B) | 37.14º | 0.38% | 0.44% | - |
| XYZ | 11.97 | 12.25 | 7.53 | - |
| YUV | 97.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 70 | 0 | 0.14 | 0.38 | 0.56 | 37.14 | 0.23 | 0.36 |
| Hex | 70 | 60 | 46 | 0 | E | 26 | 38 | 25 | 17 | 24 |
| Octal | 160 | 140 | 106 | 0 | 16 | 46 | 70 | 45 | 27 | 44 |
| Binary | 1110000 | 1100000 | 1000110 | 0 | 1110 | 100110 | 111000 | 100101 | 10111 | 100100 |
Color Harmonies of #706046
Complementary color
Monochromatic Colors of #706046
Black with #706046
Text Example
Text Example
White with #706046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706046; }
p { color: rgb(112,96,70); }
H1.HeaderClassName
{
color: #706046;
}
.AnyTagClassName
{
color: #706046;
}
</style>
background-color css
<style>
a { background-color: #706046; }
a { background-color: rgb(112,96,70); }
div.DivClassName
{
background-color: #706046;
}
.BgClassName
{
background-color: #706046;
}
</style>
border-color css
<style>
span { border-color: #706046; }
span { border-color: rgb(112,96,70); }
td.TdClassName
{
border-color: #706046;
}
.TagClassName
{
border-color: #706046;
}
</style>