Shades of Soya Bean #706245
Tints of Soya Bean #706245
RGB
CMYK
RGB Variations
Color information
#706245 (or 0x706245) is known color: Soya Bean. HEX triplet: 70, 62 and 45. RGB value is (112,98,69). Sum of RGB (Red+Green+Blue) = 112+98+69=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706245 is #8F9DBA. Grayscale: #636363. Windows color (decimal): -9412027 or 4547184. OLE color: 4547184.
HSL color Cylindrical-coordinate representation of color #706245: hue angle of 40.47º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706245 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 69 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.56 |
| HSL | 40.47º | 0.24% | 0.35% | - |
| HSV(B) | 40.47º | 0.38% | 0.44% | - |
| XYZ | 12.12 | 12.61 | 7.43 | - |
| YUV | 98.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 69 | 0 | 0.13 | 0.38 | 0.56 | 40.47 | 0.24 | 0.35 |
| Hex | 70 | 62 | 45 | 0 | D | 26 | 38 | 28 | 18 | 23 |
| Octal | 160 | 142 | 105 | 0 | 15 | 46 | 70 | 50 | 30 | 43 |
| Binary | 1110000 | 1100010 | 1000101 | 0 | 1101 | 100110 | 111000 | 101000 | 11000 | 100011 |
Color Harmonies of #706245
Complementary color
Monochromatic Colors of #706245
Black with #706245
Text Example
Text Example
White with #706245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706245; }
p { color: rgb(112,98,69); }
H1.HeaderClassName
{
color: #706245;
}
.AnyTagClassName
{
color: #706245;
}
</style>
background-color css
<style>
a { background-color: #706245; }
a { background-color: rgb(112,98,69); }
div.DivClassName
{
background-color: #706245;
}
.BgClassName
{
background-color: #706245;
}
</style>
border-color css
<style>
span { border-color: #706245; }
span { border-color: rgb(112,98,69); }
td.TdClassName
{
border-color: #706245;
}
.TagClassName
{
border-color: #706245;
}
</style>