Shades of Soya Bean #706345
Tints of Soya Bean #706345
RGB
CMYK
RGB Variations
Color information
#706345 (or 0x706345) is known color: Soya Bean. HEX triplet: 70, 63 and 45. RGB value is (112,99,69). Sum of RGB (Red+Green+Blue) = 112+99+69=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706345 is #8F9CBA. Grayscale: #636363. Windows color (decimal): -9411771 or 4547440. OLE color: 4547440.
HSL color Cylindrical-coordinate representation of color #706345: hue angle of 41.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706345 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 69 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.56 |
| HSL | 41.86º | 0.24% | 0.35% | - |
| HSV(B) | 41.86º | 0.38% | 0.44% | - |
| XYZ | 12.22 | 12.8 | 7.46 | - |
| YUV | 99.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 69 | 0 | 0.12 | 0.38 | 0.56 | 41.86 | 0.24 | 0.35 |
| Hex | 70 | 63 | 45 | 0 | C | 26 | 38 | 2A | 18 | 23 |
| Octal | 160 | 143 | 105 | 0 | 14 | 46 | 70 | 52 | 30 | 43 |
| Binary | 1110000 | 1100011 | 1000101 | 0 | 1100 | 100110 | 111000 | 101010 | 11000 | 100011 |
Color Harmonies of #706345
Complementary color
Monochromatic Colors of #706345
Black with #706345
Text Example
Text Example
White with #706345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706345; }
p { color: rgb(112,99,69); }
H1.HeaderClassName
{
color: #706345;
}
.AnyTagClassName
{
color: #706345;
}
</style>
background-color css
<style>
a { background-color: #706345; }
a { background-color: rgb(112,99,69); }
div.DivClassName
{
background-color: #706345;
}
.BgClassName
{
background-color: #706345;
}
</style>
border-color css
<style>
span { border-color: #706345; }
span { border-color: rgb(112,99,69); }
td.TdClassName
{
border-color: #706345;
}
.TagClassName
{
border-color: #706345;
}
</style>