Shades of Soya Bean #70624E
Tints of Soya Bean #70624E
RGB
CMYK
RGB Variations
Color information
#70624E (or 0x70624E) is known color: Soya Bean. HEX triplet: 70, 62 and 4E. RGB value is (112,98,78). Sum of RGB (Red+Green+Blue) = 112+98+78=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70624E is #8F9DB1. Grayscale: #646464. Windows color (decimal): -9412018 or 5137008. OLE color: 5137008.
HSL color Cylindrical-coordinate representation of color #70624E: hue angle of 35.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70624E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 78 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.56 |
| HSL | 35.29º | 0.18% | 0.37% | - |
| HSV(B) | 35.29º | 0.3% | 0.44% | - |
| XYZ | 12.42 | 12.73 | 9.01 | - |
| YUV | 99.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 78 | 0 | 0.13 | 0.30 | 0.56 | 35.29 | 0.18 | 0.37 |
| Hex | 70 | 62 | 4E | 0 | D | 1E | 38 | 23 | 12 | 25 |
| Octal | 160 | 142 | 116 | 0 | 15 | 36 | 70 | 43 | 22 | 45 |
| Binary | 1110000 | 1100010 | 1001110 | 0 | 1101 | 11110 | 111000 | 100011 | 10010 | 100101 |
Color Harmonies of #70624E
Complementary color
Monochromatic Colors of #70624E
Black with #70624E
Text Example
Text Example
White with #70624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70624E; }
p { color: rgb(112,98,78); }
H1.HeaderClassName
{
color: #70624E;
}
.AnyTagClassName
{
color: #70624E;
}
</style>
background-color css
<style>
a { background-color: #70624E; }
a { background-color: rgb(112,98,78); }
div.DivClassName
{
background-color: #70624E;
}
.BgClassName
{
background-color: #70624E;
}
</style>
border-color css
<style>
span { border-color: #70624E; }
span { border-color: rgb(112,98,78); }
td.TdClassName
{
border-color: #70624E;
}
.TagClassName
{
border-color: #70624E;
}
</style>