Shades of Soya Bean #72614C
Tints of Soya Bean #72614C
RGB
CMYK
RGB Variations
Color information
#72614C (or 0x72614C) is known color: Soya Bean. HEX triplet: 72, 61 and 4C. RGB value is (114,97,76). Sum of RGB (Red+Green+Blue) = 114+97+76=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72614C is #8D9EB3. Grayscale: #636363. Windows color (decimal): -9281204 or 5005682. OLE color: 5005682.
HSL color Cylindrical-coordinate representation of color #72614C: hue angle of 33.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72614C is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 76 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.55 |
| HSL | 33.16º | 0.2% | 0.37% | - |
| HSV(B) | 33.16º | 0.33% | 0.45% | - |
| XYZ | 12.52 | 12.65 | 8.62 | - |
| YUV | 99.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 76 | 0 | 0.15 | 0.33 | 0.55 | 33.16 | 0.2 | 0.37 |
| Hex | 72 | 61 | 4C | 0 | F | 21 | 37 | 21 | 14 | 25 |
| Octal | 162 | 141 | 114 | 0 | 17 | 41 | 67 | 41 | 24 | 45 |
| Binary | 1110010 | 1100001 | 1001100 | 0 | 1111 | 100001 | 110111 | 100001 | 10100 | 100101 |
Color Harmonies of #72614C
Complementary color
Monochromatic Colors of #72614C
Black with #72614C
Text Example
Text Example
White with #72614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72614C; }
p { color: rgb(114,97,76); }
H1.HeaderClassName
{
color: #72614C;
}
.AnyTagClassName
{
color: #72614C;
}
</style>
background-color css
<style>
a { background-color: #72614C; }
a { background-color: rgb(114,97,76); }
div.DivClassName
{
background-color: #72614C;
}
.BgClassName
{
background-color: #72614C;
}
</style>
border-color css
<style>
span { border-color: #72614C; }
span { border-color: rgb(114,97,76); }
td.TdClassName
{
border-color: #72614C;
}
.TagClassName
{
border-color: #72614C;
}
</style>