Shades of Soya Bean #706547
Tints of Soya Bean #706547
RGB
CMYK
RGB Variations
Color information
#706547 (or 0x706547) is known color: Soya Bean. HEX triplet: 70, 65 and 47. RGB value is (112,101,71). Sum of RGB (Red+Green+Blue) = 112+101+71=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #706547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706547 is #8F9AB8. Grayscale: #656565. Windows color (decimal): -9411257 or 4679024. OLE color: 4679024.
HSL color Cylindrical-coordinate representation of color #706547: hue angle of 43.9º 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 #706547 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 71 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.56 |
| HSL | 43.9º | 0.22% | 0.36% | - |
| HSV(B) | 43.9º | 0.37% | 0.44% | - |
| XYZ | 12.47 | 13.21 | 7.85 | - |
| YUV | 100.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 71 | 0 | 0.10 | 0.37 | 0.56 | 43.9 | 0.22 | 0.36 |
| Hex | 70 | 65 | 47 | 0 | A | 25 | 38 | 2C | 16 | 24 |
| Octal | 160 | 145 | 107 | 0 | 12 | 45 | 70 | 54 | 26 | 44 |
| Binary | 1110000 | 1100101 | 1000111 | 0 | 1010 | 100101 | 111000 | 101100 | 10110 | 100100 |
Color Harmonies of #706547
Complementary color
Monochromatic Colors of #706547
Black with #706547
Text Example
Text Example
White with #706547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706547; }
p { color: rgb(112,101,71); }
H1.HeaderClassName
{
color: #706547;
}
.AnyTagClassName
{
color: #706547;
}
</style>
background-color css
<style>
a { background-color: #706547; }
a { background-color: rgb(112,101,71); }
div.DivClassName
{
background-color: #706547;
}
.BgClassName
{
background-color: #706547;
}
</style>
border-color css
<style>
span { border-color: #706547; }
span { border-color: rgb(112,101,71); }
td.TdClassName
{
border-color: #706547;
}
.TagClassName
{
border-color: #706547;
}
</style>