Shades of Soya Bean #71654B
Tints of Soya Bean #71654B
RGB
CMYK
RGB Variations
Color information
#71654B (or 0x71654B) is known color: Soya Bean. HEX triplet: 71, 65 and 4B. RGB value is (113,101,75). Sum of RGB (Red+Green+Blue) = 113+101+75=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71654B is #8E9AB4. Grayscale: #656565. Windows color (decimal): -9345717 or 4941169. OLE color: 4941169.
HSL color Cylindrical-coordinate representation of color #71654B: hue angle of 41.05º 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 #71654B is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 101 | 75 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.56 |
| HSL | 41.05º | 0.2% | 0.37% | - |
| HSV(B) | 41.05º | 0.34% | 0.44% | - |
| XYZ | 12.73 | 13.33 | 8.56 | - |
| YUV | 101.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 75 | 0 | 0.11 | 0.34 | 0.56 | 41.05 | 0.2 | 0.37 |
| Hex | 71 | 65 | 4B | 0 | B | 22 | 38 | 29 | 14 | 25 |
| Octal | 161 | 145 | 113 | 0 | 13 | 42 | 70 | 51 | 24 | 45 |
| Binary | 1110001 | 1100101 | 1001011 | 0 | 1011 | 100010 | 111000 | 101001 | 10100 | 100101 |
Color Harmonies of #71654B
Complementary color
Monochromatic Colors of #71654B
Black with #71654B
Text Example
Text Example
White with #71654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71654B; }
p { color: rgb(113,101,75); }
H1.HeaderClassName
{
color: #71654B;
}
.AnyTagClassName
{
color: #71654B;
}
</style>
background-color css
<style>
a { background-color: #71654B; }
a { background-color: rgb(113,101,75); }
div.DivClassName
{
background-color: #71654B;
}
.BgClassName
{
background-color: #71654B;
}
</style>
border-color css
<style>
span { border-color: #71654B; }
span { border-color: rgb(113,101,75); }
td.TdClassName
{
border-color: #71654B;
}
.TagClassName
{
border-color: #71654B;
}
</style>