Shades of Go Ben #746A49
Tints of Go Ben #746A49
RGB
CMYK
RGB Variations
Color information
#746A49 (or 0x746A49) is known color: Go Ben. HEX triplet: 74, 6A and 49. RGB value is (116,106,73). Sum of RGB (Red+Green+Blue) = 116+106+73=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #746A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A49 is #8B95B6. Grayscale: #696969. Windows color (decimal): -9147831 or 4811380. OLE color: 4811380.
HSL color Cylindrical-coordinate representation of color #746A49: hue angle of 46.05º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746A49 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 73 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.55 |
| HSL | 46.05º | 0.23% | 0.37% | - |
| HSV(B) | 46.05º | 0.37% | 0.45% | - |
| XYZ | 13.56 | 14.5 | 8.39 | - |
| YUV | 105.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 73 | 0 | 0.09 | 0.37 | 0.55 | 46.05 | 0.23 | 0.37 |
| Hex | 74 | 6A | 49 | 0 | 9 | 25 | 37 | 2E | 17 | 25 |
| Octal | 164 | 152 | 111 | 0 | 11 | 45 | 67 | 56 | 27 | 45 |
| Binary | 1110100 | 1101010 | 1001001 | 0 | 1001 | 100101 | 110111 | 101110 | 10111 | 100101 |
Color Harmonies of #746A49
Complementary color
Monochromatic Colors of #746A49
Black with #746A49
Text Example
Text Example
White with #746A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A49; }
p { color: rgb(116,106,73); }
H1.HeaderClassName
{
color: #746A49;
}
.AnyTagClassName
{
color: #746A49;
}
</style>
background-color css
<style>
a { background-color: #746A49; }
a { background-color: rgb(116,106,73); }
div.DivClassName
{
background-color: #746A49;
}
.BgClassName
{
background-color: #746A49;
}
</style>
border-color css
<style>
span { border-color: #746A49; }
span { border-color: rgb(116,106,73); }
td.TdClassName
{
border-color: #746A49;
}
.TagClassName
{
border-color: #746A49;
}
</style>