Shades of Soya Bean #706146
Tints of Soya Bean #706146
RGB
CMYK
RGB Variations
Color information
#706146 (or 0x706146) is known color: Soya Bean. HEX triplet: 70, 61 and 46. RGB value is (112,97,70). Sum of RGB (Red+Green+Blue) = 112+97+70=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706146 is #8F9EB9. Grayscale: #626262. Windows color (decimal): -9412282 or 4612464. OLE color: 4612464.
HSL color Cylindrical-coordinate representation of color #706146: hue angle of 38.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706146 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 70 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.56 |
| HSL | 38.57º | 0.23% | 0.36% | - |
| HSV(B) | 38.57º | 0.38% | 0.44% | - |
| XYZ | 12.06 | 12.44 | 7.56 | - |
| YUV | 98.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 70 | 0 | 0.13 | 0.38 | 0.56 | 38.57 | 0.23 | 0.36 |
| Hex | 70 | 61 | 46 | 0 | D | 26 | 38 | 27 | 17 | 24 |
| Octal | 160 | 141 | 106 | 0 | 15 | 46 | 70 | 47 | 27 | 44 |
| Binary | 1110000 | 1100001 | 1000110 | 0 | 1101 | 100110 | 111000 | 100111 | 10111 | 100100 |
Color Harmonies of #706146
Complementary color
Monochromatic Colors of #706146
Black with #706146
Text Example
Text Example
White with #706146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706146; }
p { color: rgb(112,97,70); }
H1.HeaderClassName
{
color: #706146;
}
.AnyTagClassName
{
color: #706146;
}
</style>
background-color css
<style>
a { background-color: #706146; }
a { background-color: rgb(112,97,70); }
div.DivClassName
{
background-color: #706146;
}
.BgClassName
{
background-color: #706146;
}
</style>
border-color css
<style>
span { border-color: #706146; }
span { border-color: rgb(112,97,70); }
td.TdClassName
{
border-color: #706146;
}
.TagClassName
{
border-color: #706146;
}
</style>