Shades of Soya Bean #71614B
Tints of Soya Bean #71614B
RGB
CMYK
RGB Variations
Color information
#71614B (or 0x71614B) is known color: Soya Bean. HEX triplet: 71, 61 and 4B. RGB value is (113,97,75). Sum of RGB (Red+Green+Blue) = 113+97+75=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #71614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71614B is #8E9EB4. Grayscale: #636363. Windows color (decimal): -9346741 or 4940145. OLE color: 4940145.
HSL color Cylindrical-coordinate representation of color #71614B: hue angle of 34.74º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71614B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 75 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.56 |
| HSL | 34.74º | 0.2% | 0.37% | - |
| HSV(B) | 34.74º | 0.34% | 0.44% | - |
| XYZ | 12.35 | 12.57 | 8.43 | - |
| YUV | 99.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 75 | 0 | 0.14 | 0.34 | 0.56 | 34.74 | 0.2 | 0.37 |
| Hex | 71 | 61 | 4B | 0 | E | 22 | 38 | 23 | 14 | 25 |
| Octal | 161 | 141 | 113 | 0 | 16 | 42 | 70 | 43 | 24 | 45 |
| Binary | 1110001 | 1100001 | 1001011 | 0 | 1110 | 100010 | 111000 | 100011 | 10100 | 100101 |
Color Harmonies of #71614B
Complementary color
Monochromatic Colors of #71614B
Black with #71614B
Text Example
Text Example
White with #71614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71614B; }
p { color: rgb(113,97,75); }
H1.HeaderClassName
{
color: #71614B;
}
.AnyTagClassName
{
color: #71614B;
}
</style>
background-color css
<style>
a { background-color: #71614B; }
a { background-color: rgb(113,97,75); }
div.DivClassName
{
background-color: #71614B;
}
.BgClassName
{
background-color: #71614B;
}
</style>
border-color css
<style>
span { border-color: #71614B; }
span { border-color: rgb(113,97,75); }
td.TdClassName
{
border-color: #71614B;
}
.TagClassName
{
border-color: #71614B;
}
</style>