Shades of Soya Bean #70644D
Tints of Soya Bean #70644D
RGB
CMYK
RGB Variations
Color information
#70644D (or 0x70644D) is known color: Soya Bean. HEX triplet: 70, 64 and 4D. RGB value is (112,100,77). Sum of RGB (Red+Green+Blue) = 112+100+77=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70644D is #8F9BB2. Grayscale: #656565. Windows color (decimal): -9411507 or 5071984. OLE color: 5071984.
HSL color Cylindrical-coordinate representation of color #70644D: hue angle of 39.43º 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 #70644D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 77 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.56 |
| HSL | 39.43º | 0.19% | 0.37% | - |
| HSV(B) | 39.43º | 0.31% | 0.44% | - |
| XYZ | 12.58 | 13.09 | 8.89 | - |
| YUV | 100.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 77 | 0 | 0.11 | 0.31 | 0.56 | 39.43 | 0.19 | 0.37 |
| Hex | 70 | 64 | 4D | 0 | B | 1F | 38 | 27 | 13 | 25 |
| Octal | 160 | 144 | 115 | 0 | 13 | 37 | 70 | 47 | 23 | 45 |
| Binary | 1110000 | 1100100 | 1001101 | 0 | 1011 | 11111 | 111000 | 100111 | 10011 | 100101 |
Color Harmonies of #70644D
Complementary color
Monochromatic Colors of #70644D
Black with #70644D
Text Example
Text Example
White with #70644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70644D; }
p { color: rgb(112,100,77); }
H1.HeaderClassName
{
color: #70644D;
}
.AnyTagClassName
{
color: #70644D;
}
</style>
background-color css
<style>
a { background-color: #70644D; }
a { background-color: rgb(112,100,77); }
div.DivClassName
{
background-color: #70644D;
}
.BgClassName
{
background-color: #70644D;
}
</style>
border-color css
<style>
span { border-color: #70644D; }
span { border-color: rgb(112,100,77); }
td.TdClassName
{
border-color: #70644D;
}
.TagClassName
{
border-color: #70644D;
}
</style>