Shades of Soya Bean #70654D
Tints of Soya Bean #70654D
RGB
CMYK
RGB Variations
Color information
#70654D (or 0x70654D) is known color: Soya Bean. HEX triplet: 70, 65 and 4D. RGB value is (112,101,77). Sum of RGB (Red+Green+Blue) = 112+101+77=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70654D is #8F9AB2. Grayscale: #656565. Windows color (decimal): -9411251 or 5072240. OLE color: 5072240.
HSL color Cylindrical-coordinate representation of color #70654D: hue angle of 41.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70654D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 77 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.56 |
| HSL | 41.14º | 0.19% | 0.37% | - |
| HSV(B) | 41.14º | 0.31% | 0.44% | - |
| XYZ | 12.68 | 13.29 | 8.92 | - |
| YUV | 101.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 77 | 0 | 0.10 | 0.31 | 0.56 | 41.14 | 0.19 | 0.37 |
| Hex | 70 | 65 | 4D | 0 | A | 1F | 38 | 29 | 13 | 25 |
| Octal | 160 | 145 | 115 | 0 | 12 | 37 | 70 | 51 | 23 | 45 |
| Binary | 1110000 | 1100101 | 1001101 | 0 | 1010 | 11111 | 111000 | 101001 | 10011 | 100101 |
Color Harmonies of #70654D
Complementary color
Monochromatic Colors of #70654D
Black with #70654D
Text Example
Text Example
White with #70654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70654D; }
p { color: rgb(112,101,77); }
H1.HeaderClassName
{
color: #70654D;
}
.AnyTagClassName
{
color: #70654D;
}
</style>
background-color css
<style>
a { background-color: #70654D; }
a { background-color: rgb(112,101,77); }
div.DivClassName
{
background-color: #70654D;
}
.BgClassName
{
background-color: #70654D;
}
</style>
border-color css
<style>
span { border-color: #70654D; }
span { border-color: rgb(112,101,77); }
td.TdClassName
{
border-color: #70654D;
}
.TagClassName
{
border-color: #70654D;
}
</style>