Shades of Soya Bean #71654D
Tints of Soya Bean #71654D
RGB
CMYK
RGB Variations
Color information
#71654D (or 0x71654D) is known color: Soya Bean. HEX triplet: 71, 65 and 4D. RGB value is (113,101,77). Sum of RGB (Red+Green+Blue) = 113+101+77=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71654D is #8E9AB2. Grayscale: #656565. Windows color (decimal): -9345715 or 5072241. OLE color: 5072241.
HSL color Cylindrical-coordinate representation of color #71654D: hue angle of 40º 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 #71654D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 101 | 77 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.56 |
| HSL | 40º | 0.19% | 0.37% | - |
| HSV(B) | 40º | 0.32% | 0.44% | - |
| XYZ | 12.8 | 13.35 | 8.92 | - |
| YUV | 101.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 77 | 0 | 0.11 | 0.32 | 0.56 | 40 | 0.19 | 0.37 |
| Hex | 71 | 65 | 4D | 0 | B | 20 | 38 | 28 | 13 | 25 |
| Octal | 161 | 145 | 115 | 0 | 13 | 40 | 70 | 50 | 23 | 45 |
| Binary | 1110001 | 1100101 | 1001101 | 0 | 1011 | 100000 | 111000 | 101000 | 10011 | 100101 |
Color Harmonies of #71654D
Complementary color
Monochromatic Colors of #71654D
Black with #71654D
Text Example
Text Example
White with #71654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71654D; }
p { color: rgb(113,101,77); }
H1.HeaderClassName
{
color: #71654D;
}
.AnyTagClassName
{
color: #71654D;
}
</style>
background-color css
<style>
a { background-color: #71654D; }
a { background-color: rgb(113,101,77); }
div.DivClassName
{
background-color: #71654D;
}
.BgClassName
{
background-color: #71654D;
}
</style>
border-color css
<style>
span { border-color: #71654D; }
span { border-color: rgb(113,101,77); }
td.TdClassName
{
border-color: #71654D;
}
.TagClassName
{
border-color: #71654D;
}
</style>