Shades of Soya Bean #70664D
Tints of Soya Bean #70664D
RGB
CMYK
RGB Variations
Color information
#70664D (or 0x70664D) is known color: Soya Bean. HEX triplet: 70, 66 and 4D. RGB value is (112,102,77). Sum of RGB (Red+Green+Blue) = 112+102+77=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70664D is #8F99B2. Grayscale: #666666. Windows color (decimal): -9410995 or 5072496. OLE color: 5072496.
HSL color Cylindrical-coordinate representation of color #70664D: hue angle of 42.86º 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 #70664D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 77 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.56 |
| HSL | 42.86º | 0.19% | 0.37% | - |
| HSV(B) | 42.86º | 0.31% | 0.44% | - |
| XYZ | 12.77 | 13.48 | 8.95 | - |
| YUV | 102.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 77 | 0 | 0.09 | 0.31 | 0.56 | 42.86 | 0.19 | 0.37 |
| Hex | 70 | 66 | 4D | 0 | 9 | 1F | 38 | 2B | 13 | 25 |
| Octal | 160 | 146 | 115 | 0 | 11 | 37 | 70 | 53 | 23 | 45 |
| Binary | 1110000 | 1100110 | 1001101 | 0 | 1001 | 11111 | 111000 | 101011 | 10011 | 100101 |
Color Harmonies of #70664D
Complementary color
Monochromatic Colors of #70664D
Black with #70664D
Text Example
Text Example
White with #70664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70664D; }
p { color: rgb(112,102,77); }
H1.HeaderClassName
{
color: #70664D;
}
.AnyTagClassName
{
color: #70664D;
}
</style>
background-color css
<style>
a { background-color: #70664D; }
a { background-color: rgb(112,102,77); }
div.DivClassName
{
background-color: #70664D;
}
.BgClassName
{
background-color: #70664D;
}
</style>
border-color css
<style>
span { border-color: #70664D; }
span { border-color: rgb(112,102,77); }
td.TdClassName
{
border-color: #70664D;
}
.TagClassName
{
border-color: #70664D;
}
</style>