Shades of Soya Bean #71634D
Tints of Soya Bean #71634D
RGB
CMYK
RGB Variations
Color information
#71634D (or 0x71634D) is known color: Soya Bean. HEX triplet: 71, 63 and 4D. RGB value is (113,99,77). Sum of RGB (Red+Green+Blue) = 113+99+77=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71634D is #8E9CB2. Grayscale: #646464. Windows color (decimal): -9346227 or 5071729. OLE color: 5071729.
HSL color Cylindrical-coordinate representation of color #71634D: hue angle of 36.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71634D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 77 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.56 |
| HSL | 36.67º | 0.19% | 0.37% | - |
| HSV(B) | 36.67º | 0.32% | 0.44% | - |
| XYZ | 12.61 | 12.97 | 8.86 | - |
| YUV | 100.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 77 | 0 | 0.12 | 0.32 | 0.56 | 36.67 | 0.19 | 0.37 |
| Hex | 71 | 63 | 4D | 0 | C | 20 | 38 | 25 | 13 | 25 |
| Octal | 161 | 143 | 115 | 0 | 14 | 40 | 70 | 45 | 23 | 45 |
| Binary | 1110001 | 1100011 | 1001101 | 0 | 1100 | 100000 | 111000 | 100101 | 10011 | 100101 |
Color Harmonies of #71634D
Complementary color
Monochromatic Colors of #71634D
Black with #71634D
Text Example
Text Example
White with #71634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71634D; }
p { color: rgb(113,99,77); }
H1.HeaderClassName
{
color: #71634D;
}
.AnyTagClassName
{
color: #71634D;
}
</style>
background-color css
<style>
a { background-color: #71634D; }
a { background-color: rgb(113,99,77); }
div.DivClassName
{
background-color: #71634D;
}
.BgClassName
{
background-color: #71634D;
}
</style>
border-color css
<style>
span { border-color: #71634D; }
span { border-color: rgb(113,99,77); }
td.TdClassName
{
border-color: #71634D;
}
.TagClassName
{
border-color: #71634D;
}
</style>