Shades of Soya Bean #706347
Tints of Soya Bean #706347
RGB
CMYK
RGB Variations
Color information
#706347 (or 0x706347) is known color: Soya Bean. HEX triplet: 70, 63 and 47. RGB value is (112,99,71). Sum of RGB (Red+Green+Blue) = 112+99+71=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706347 is #8F9CB8. Grayscale: #636363. Windows color (decimal): -9411769 or 4678512. OLE color: 4678512.
HSL color Cylindrical-coordinate representation of color #706347: hue angle of 40.98º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706347 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 71 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.56 |
| HSL | 40.98º | 0.22% | 0.36% | - |
| HSV(B) | 40.98º | 0.37% | 0.44% | - |
| XYZ | 12.28 | 12.82 | 7.79 | - |
| YUV | 99.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 71 | 0 | 0.12 | 0.37 | 0.56 | 40.98 | 0.22 | 0.36 |
| Hex | 70 | 63 | 47 | 0 | C | 25 | 38 | 29 | 16 | 24 |
| Octal | 160 | 143 | 107 | 0 | 14 | 45 | 70 | 51 | 26 | 44 |
| Binary | 1110000 | 1100011 | 1000111 | 0 | 1100 | 100101 | 111000 | 101001 | 10110 | 100100 |
Color Harmonies of #706347
Complementary color
Monochromatic Colors of #706347
Black with #706347
Text Example
Text Example
White with #706347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706347; }
p { color: rgb(112,99,71); }
H1.HeaderClassName
{
color: #706347;
}
.AnyTagClassName
{
color: #706347;
}
</style>
background-color css
<style>
a { background-color: #706347; }
a { background-color: rgb(112,99,71); }
div.DivClassName
{
background-color: #706347;
}
.BgClassName
{
background-color: #706347;
}
</style>
border-color css
<style>
span { border-color: #706347; }
span { border-color: rgb(112,99,71); }
td.TdClassName
{
border-color: #706347;
}
.TagClassName
{
border-color: #706347;
}
</style>