Shades of Soya Bean #726246
Tints of Soya Bean #726246
RGB
CMYK
RGB Variations
Color information
#726246 (or 0x726246) is known color: Soya Bean. HEX triplet: 72, 62 and 46. RGB value is (114,98,70). Sum of RGB (Red+Green+Blue) = 114+98+70=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726246 is #8D9DB9. Grayscale: #636363. Windows color (decimal): -9280954 or 4612722. OLE color: 4612722.
HSL color Cylindrical-coordinate representation of color #726246: hue angle of 38.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726246 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 70 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.55 |
| HSL | 38.18º | 0.24% | 0.36% | - |
| HSV(B) | 38.18º | 0.39% | 0.45% | - |
| XYZ | 12.41 | 12.75 | 7.6 | - |
| YUV | 99.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 70 | 0 | 0.14 | 0.39 | 0.55 | 38.18 | 0.24 | 0.36 |
| Hex | 72 | 62 | 46 | 0 | E | 27 | 37 | 26 | 18 | 24 |
| Octal | 162 | 142 | 106 | 0 | 16 | 47 | 67 | 46 | 30 | 44 |
| Binary | 1110010 | 1100010 | 1000110 | 0 | 1110 | 100111 | 110111 | 100110 | 11000 | 100100 |
Color Harmonies of #726246
Complementary color
Monochromatic Colors of #726246
Black with #726246
Text Example
Text Example
White with #726246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726246; }
p { color: rgb(114,98,70); }
H1.HeaderClassName
{
color: #726246;
}
.AnyTagClassName
{
color: #726246;
}
</style>
background-color css
<style>
a { background-color: #726246; }
a { background-color: rgb(114,98,70); }
div.DivClassName
{
background-color: #726246;
}
.BgClassName
{
background-color: #726246;
}
</style>
border-color css
<style>
span { border-color: #726246; }
span { border-color: rgb(114,98,70); }
td.TdClassName
{
border-color: #726246;
}
.TagClassName
{
border-color: #726246;
}
</style>