Shades of Go Ben #746946
Tints of Go Ben #746946
RGB
CMYK
RGB Variations
Color information
#746946 (or 0x746946) is known color: Go Ben. HEX triplet: 74, 69 and 46. RGB value is (116,105,70). Sum of RGB (Red+Green+Blue) = 116+105+70=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746946 is #8B96B9. Grayscale: #686868. Windows color (decimal): -9148090 or 4614516. OLE color: 4614516.
HSL color Cylindrical-coordinate representation of color #746946: hue angle of 45.65º 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 #746946 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 70 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.55 |
| HSL | 45.65º | 0.25% | 0.36% | - |
| HSV(B) | 45.65º | 0.4% | 0.45% | - |
| XYZ | 13.36 | 14.26 | 7.84 | - |
| YUV | 104.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 70 | 0 | 0.09 | 0.40 | 0.55 | 45.65 | 0.25 | 0.36 |
| Hex | 74 | 69 | 46 | 0 | 9 | 28 | 37 | 2E | 19 | 24 |
| Octal | 164 | 151 | 106 | 0 | 11 | 50 | 67 | 56 | 31 | 44 |
| Binary | 1110100 | 1101001 | 1000110 | 0 | 1001 | 101000 | 110111 | 101110 | 11001 | 100100 |
Color Harmonies of #746946
Complementary color
Monochromatic Colors of #746946
Black with #746946
Text Example
Text Example
White with #746946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746946; }
p { color: rgb(116,105,70); }
H1.HeaderClassName
{
color: #746946;
}
.AnyTagClassName
{
color: #746946;
}
</style>
background-color css
<style>
a { background-color: #746946; }
a { background-color: rgb(116,105,70); }
div.DivClassName
{
background-color: #746946;
}
.BgClassName
{
background-color: #746946;
}
</style>
border-color css
<style>
span { border-color: #746946; }
span { border-color: rgb(116,105,70); }
td.TdClassName
{
border-color: #746946;
}
.TagClassName
{
border-color: #746946;
}
</style>