Shades of Soya Bean #715F46
Tints of Soya Bean #715F46
RGB
CMYK
RGB Variations
Color information
#715F46 (or 0x715F46) is known color: Soya Bean. HEX triplet: 71, 5F and 46. RGB value is (113,95,70). Sum of RGB (Red+Green+Blue) = 113+95+70=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F46 is #8EA0B9. Grayscale: #616161. Windows color (decimal): -9347258 or 4611953. OLE color: 4611953.
HSL color Cylindrical-coordinate representation of color #715F46: hue angle of 34.88º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #715F46 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 70 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.56 |
| HSL | 34.88º | 0.23% | 0.36% | - |
| HSV(B) | 34.88º | 0.38% | 0.44% | - |
| XYZ | 12.01 | 12.14 | 7.5 | - |
| YUV | 97.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 70 | 0 | 0.16 | 0.38 | 0.56 | 34.88 | 0.23 | 0.36 |
| Hex | 71 | 5F | 46 | 0 | 10 | 26 | 38 | 23 | 17 | 24 |
| Octal | 161 | 137 | 106 | 0 | 20 | 46 | 70 | 43 | 27 | 44 |
| Binary | 1110001 | 1011111 | 1000110 | 0 | 10000 | 100110 | 111000 | 100011 | 10111 | 100100 |
Color Harmonies of #715F46
Complementary color
Monochromatic Colors of #715F46
Black with #715F46
Text Example
Text Example
White with #715F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F46; }
p { color: rgb(113,95,70); }
H1.HeaderClassName
{
color: #715F46;
}
.AnyTagClassName
{
color: #715F46;
}
</style>
background-color css
<style>
a { background-color: #715F46; }
a { background-color: rgb(113,95,70); }
div.DivClassName
{
background-color: #715F46;
}
.BgClassName
{
background-color: #715F46;
}
</style>
border-color css
<style>
span { border-color: #715F46; }
span { border-color: rgb(113,95,70); }
td.TdClassName
{
border-color: #715F46;
}
.TagClassName
{
border-color: #715F46;
}
</style>