Shades of Soya Bean #746646
Tints of Soya Bean #746646
RGB
CMYK
RGB Variations
Color information
#746646 (or 0x746646) is known color: Soya Bean. HEX triplet: 74, 66 and 46. RGB value is (116,102,70). Sum of RGB (Red+Green+Blue) = 116+102+70=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #746646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746646 is #8B99B9. Grayscale: #666666. Windows color (decimal): -9148858 or 4613748. OLE color: 4613748.
HSL color Cylindrical-coordinate representation of color #746646: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746646 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 70 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.55 |
| HSL | 41.74º | 0.25% | 0.36% | - |
| HSV(B) | 41.74º | 0.4% | 0.45% | - |
| XYZ | 13.06 | 13.66 | 7.74 | - |
| YUV | 102.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 70 | 0 | 0.12 | 0.40 | 0.55 | 41.74 | 0.25 | 0.36 |
| Hex | 74 | 66 | 46 | 0 | C | 28 | 37 | 2A | 19 | 24 |
| Octal | 164 | 146 | 106 | 0 | 14 | 50 | 67 | 52 | 31 | 44 |
| Binary | 1110100 | 1100110 | 1000110 | 0 | 1100 | 101000 | 110111 | 101010 | 11001 | 100100 |
Color Harmonies of #746646
Complementary color
Monochromatic Colors of #746646
Black with #746646
Text Example
Text Example
White with #746646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746646; }
p { color: rgb(116,102,70); }
H1.HeaderClassName
{
color: #746646;
}
.AnyTagClassName
{
color: #746646;
}
</style>
background-color css
<style>
a { background-color: #746646; }
a { background-color: rgb(116,102,70); }
div.DivClassName
{
background-color: #746646;
}
.BgClassName
{
background-color: #746646;
}
</style>
border-color css
<style>
span { border-color: #746646; }
span { border-color: rgb(116,102,70); }
td.TdClassName
{
border-color: #746646;
}
.TagClassName
{
border-color: #746646;
}
</style>