Shades of Soya Bean #70644E
Tints of Soya Bean #70644E
RGB
CMYK
RGB Variations
Color information
#70644E (or 0x70644E) is known color: Soya Bean. HEX triplet: 70, 64 and 4E. RGB value is (112,100,78). Sum of RGB (Red+Green+Blue) = 112+100+78=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70644E is #8F9BB1. Grayscale: #656565. Windows color (decimal): -9411506 or 5137520. OLE color: 5137520.
HSL color Cylindrical-coordinate representation of color #70644E: hue angle of 38.82º 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 #70644E is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 78 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.56 |
| HSL | 38.82º | 0.18% | 0.37% | - |
| HSV(B) | 38.82º | 0.3% | 0.44% | - |
| XYZ | 12.61 | 13.11 | 9.07 | - |
| YUV | 101.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 78 | 0 | 0.11 | 0.30 | 0.56 | 38.82 | 0.18 | 0.37 |
| Hex | 70 | 64 | 4E | 0 | B | 1E | 38 | 27 | 12 | 25 |
| Octal | 160 | 144 | 116 | 0 | 13 | 36 | 70 | 47 | 22 | 45 |
| Binary | 1110000 | 1100100 | 1001110 | 0 | 1011 | 11110 | 111000 | 100111 | 10010 | 100101 |
Color Harmonies of #70644E
Complementary color
Monochromatic Colors of #70644E
Black with #70644E
Text Example
Text Example
White with #70644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70644E; }
p { color: rgb(112,100,78); }
H1.HeaderClassName
{
color: #70644E;
}
.AnyTagClassName
{
color: #70644E;
}
</style>
background-color css
<style>
a { background-color: #70644E; }
a { background-color: rgb(112,100,78); }
div.DivClassName
{
background-color: #70644E;
}
.BgClassName
{
background-color: #70644E;
}
</style>
border-color css
<style>
span { border-color: #70644E; }
span { border-color: rgb(112,100,78); }
td.TdClassName
{
border-color: #70644E;
}
.TagClassName
{
border-color: #70644E;
}
</style>