Shades of Soya Bean #706447
Tints of Soya Bean #706447
RGB
CMYK
RGB Variations
Color information
#706447 (or 0x706447) is known color: Soya Bean. HEX triplet: 70, 64 and 47. RGB value is (112,100,71). Sum of RGB (Red+Green+Blue) = 112+100+71=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706447 is #8F9BB8. Grayscale: #646464. Windows color (decimal): -9411513 or 4678768. OLE color: 4678768.
HSL color Cylindrical-coordinate representation of color #706447: hue angle of 42.44º 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 #706447 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 71 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.56 |
| HSL | 42.44º | 0.22% | 0.36% | - |
| HSV(B) | 42.44º | 0.37% | 0.44% | - |
| XYZ | 12.38 | 13.01 | 7.82 | - |
| YUV | 100.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 71 | 0 | 0.11 | 0.37 | 0.56 | 42.44 | 0.22 | 0.36 |
| Hex | 70 | 64 | 47 | 0 | B | 25 | 38 | 2A | 16 | 24 |
| Octal | 160 | 144 | 107 | 0 | 13 | 45 | 70 | 52 | 26 | 44 |
| Binary | 1110000 | 1100100 | 1000111 | 0 | 1011 | 100101 | 111000 | 101010 | 10110 | 100100 |
Color Harmonies of #706447
Complementary color
Monochromatic Colors of #706447
Black with #706447
Text Example
Text Example
White with #706447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706447; }
p { color: rgb(112,100,71); }
H1.HeaderClassName
{
color: #706447;
}
.AnyTagClassName
{
color: #706447;
}
</style>
background-color css
<style>
a { background-color: #706447; }
a { background-color: rgb(112,100,71); }
div.DivClassName
{
background-color: #706447;
}
.BgClassName
{
background-color: #706447;
}
</style>
border-color css
<style>
span { border-color: #706447; }
span { border-color: rgb(112,100,71); }
td.TdClassName
{
border-color: #706447;
}
.TagClassName
{
border-color: #706447;
}
</style>