Shades of Soya Bean #706044
Tints of Soya Bean #706044
RGB
CMYK
RGB Variations
Color information
#706044 (or 0x706044) is known color: Soya Bean. HEX triplet: 70, 60 and 44. RGB value is (112,96,68). Sum of RGB (Red+Green+Blue) = 112+96+68=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706044 is #8F9FBB. Grayscale: #616161. Windows color (decimal): -9412540 or 4481136. OLE color: 4481136.
HSL color Cylindrical-coordinate representation of color #706044: hue angle of 38.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706044 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 68 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.56 |
| HSL | 38.18º | 0.24% | 0.35% | - |
| HSV(B) | 38.18º | 0.39% | 0.44% | - |
| XYZ | 11.91 | 12.23 | 7.2 | - |
| YUV | 97.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 68 | 0 | 0.14 | 0.39 | 0.56 | 38.18 | 0.24 | 0.35 |
| Hex | 70 | 60 | 44 | 0 | E | 27 | 38 | 26 | 18 | 23 |
| Octal | 160 | 140 | 104 | 0 | 16 | 47 | 70 | 46 | 30 | 43 |
| Binary | 1110000 | 1100000 | 1000100 | 0 | 1110 | 100111 | 111000 | 100110 | 11000 | 100011 |
Color Harmonies of #706044
Complementary color
Monochromatic Colors of #706044
Black with #706044
Text Example
Text Example
White with #706044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706044; }
p { color: rgb(112,96,68); }
H1.HeaderClassName
{
color: #706044;
}
.AnyTagClassName
{
color: #706044;
}
</style>
background-color css
<style>
a { background-color: #706044; }
a { background-color: rgb(112,96,68); }
div.DivClassName
{
background-color: #706044;
}
.BgClassName
{
background-color: #706044;
}
</style>
border-color css
<style>
span { border-color: #706044; }
span { border-color: rgb(112,96,68); }
td.TdClassName
{
border-color: #706044;
}
.TagClassName
{
border-color: #706044;
}
</style>