Shades of Soya Bean #70624A
Tints of Soya Bean #70624A
RGB
CMYK
RGB Variations
Color information
#70624A (or 0x70624A) is known color: Soya Bean. HEX triplet: 70, 62 and 4A. RGB value is (112,98,74). Sum of RGB (Red+Green+Blue) = 112+98+74=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #70624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70624A is #8F9DB5. Grayscale: #636363. Windows color (decimal): -9412022 or 4874864. OLE color: 4874864.
HSL color Cylindrical-coordinate representation of color #70624A: hue angle of 37.89º 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 #70624A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 74 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.56 |
| HSL | 37.89º | 0.2% | 0.36% | - |
| HSV(B) | 37.89º | 0.34% | 0.44% | - |
| XYZ | 12.29 | 12.67 | 8.28 | - |
| YUV | 99.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 74 | 0 | 0.13 | 0.34 | 0.56 | 37.89 | 0.2 | 0.36 |
| Hex | 70 | 62 | 4A | 0 | D | 22 | 38 | 26 | 14 | 24 |
| Octal | 160 | 142 | 112 | 0 | 15 | 42 | 70 | 46 | 24 | 44 |
| Binary | 1110000 | 1100010 | 1001010 | 0 | 1101 | 100010 | 111000 | 100110 | 10100 | 100100 |
Color Harmonies of #70624A
Complementary color
Monochromatic Colors of #70624A
Black with #70624A
Text Example
Text Example
White with #70624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70624A; }
p { color: rgb(112,98,74); }
H1.HeaderClassName
{
color: #70624A;
}
.AnyTagClassName
{
color: #70624A;
}
</style>
background-color css
<style>
a { background-color: #70624A; }
a { background-color: rgb(112,98,74); }
div.DivClassName
{
background-color: #70624A;
}
.BgClassName
{
background-color: #70624A;
}
</style>
border-color css
<style>
span { border-color: #70624A; }
span { border-color: rgb(112,98,74); }
td.TdClassName
{
border-color: #70624A;
}
.TagClassName
{
border-color: #70624A;
}
</style>