Shades of Soya Bean #70604A
Tints of Soya Bean #70604A
RGB
CMYK
RGB Variations
Color information
#70604A (or 0x70604A) is known color: Soya Bean. HEX triplet: 70, 60 and 4A. RGB value is (112,96,74). Sum of RGB (Red+Green+Blue) = 112+96+74=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #70604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70604A is #8F9FB5. Grayscale: #626262. Windows color (decimal): -9412534 or 4874352. OLE color: 4874352.
HSL color Cylindrical-coordinate representation of color #70604A: hue angle of 34.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70604A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 74 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.56 |
| HSL | 34.74º | 0.2% | 0.36% | - |
| HSV(B) | 34.74º | 0.34% | 0.44% | - |
| XYZ | 12.1 | 12.3 | 8.22 | - |
| YUV | 98.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 74 | 0 | 0.14 | 0.34 | 0.56 | 34.74 | 0.2 | 0.36 |
| Hex | 70 | 60 | 4A | 0 | E | 22 | 38 | 23 | 14 | 24 |
| Octal | 160 | 140 | 112 | 0 | 16 | 42 | 70 | 43 | 24 | 44 |
| Binary | 1110000 | 1100000 | 1001010 | 0 | 1110 | 100010 | 111000 | 100011 | 10100 | 100100 |
Color Harmonies of #70604A
Complementary color
Monochromatic Colors of #70604A
Black with #70604A
Text Example
Text Example
White with #70604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70604A; }
p { color: rgb(112,96,74); }
H1.HeaderClassName
{
color: #70604A;
}
.AnyTagClassName
{
color: #70604A;
}
</style>
background-color css
<style>
a { background-color: #70604A; }
a { background-color: rgb(112,96,74); }
div.DivClassName
{
background-color: #70604A;
}
.BgClassName
{
background-color: #70604A;
}
</style>
border-color css
<style>
span { border-color: #70604A; }
span { border-color: rgb(112,96,74); }
td.TdClassName
{
border-color: #70604A;
}
.TagClassName
{
border-color: #70604A;
}
</style>