Shades of Soya Bean #706249
Tints of Soya Bean #706249
RGB
CMYK
RGB Variations
Color information
#706249 (or 0x706249) is known color: Soya Bean. HEX triplet: 70, 62 and 49. RGB value is (112,98,73). Sum of RGB (Red+Green+Blue) = 112+98+73=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706249 is #8F9DB6. Grayscale: #636363. Windows color (decimal): -9412023 or 4809328. OLE color: 4809328.
HSL color Cylindrical-coordinate representation of color #706249: hue angle of 38.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706249 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 73 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.56 |
| HSL | 38.46º | 0.21% | 0.36% | - |
| HSV(B) | 38.46º | 0.35% | 0.44% | - |
| XYZ | 12.25 | 12.66 | 8.1 | - |
| YUV | 99.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 73 | 0 | 0.13 | 0.35 | 0.56 | 38.46 | 0.21 | 0.36 |
| Hex | 70 | 62 | 49 | 0 | D | 23 | 38 | 26 | 15 | 24 |
| Octal | 160 | 142 | 111 | 0 | 15 | 43 | 70 | 46 | 25 | 44 |
| Binary | 1110000 | 1100010 | 1001001 | 0 | 1101 | 100011 | 111000 | 100110 | 10101 | 100100 |
Color Harmonies of #706249
Complementary color
Monochromatic Colors of #706249
Black with #706249
Text Example
Text Example
White with #706249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706249; }
p { color: rgb(112,98,73); }
H1.HeaderClassName
{
color: #706249;
}
.AnyTagClassName
{
color: #706249;
}
</style>
background-color css
<style>
a { background-color: #706249; }
a { background-color: rgb(112,98,73); }
div.DivClassName
{
background-color: #706249;
}
.BgClassName
{
background-color: #706249;
}
</style>
border-color css
<style>
span { border-color: #706249; }
span { border-color: rgb(112,98,73); }
td.TdClassName
{
border-color: #706249;
}
.TagClassName
{
border-color: #706249;
}
</style>