Shades of Go Ben #746E48
Tints of Go Ben #746E48
RGB
CMYK
RGB Variations
Color information
#746E48 (or 0x746E48) is known color: Go Ben. HEX triplet: 74, 6E and 48. RGB value is (116,110,72). Sum of RGB (Red+Green+Blue) = 116+110+72=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E48 is #8B91B7. Grayscale: #6B6B6B. Windows color (decimal): -9146808 or 4746868. OLE color: 4746868.
HSL color Cylindrical-coordinate representation of color #746E48: hue angle of 51.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746E48 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 72 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.55 |
| HSL | 51.82º | 0.23% | 0.37% | - |
| HSV(B) | 51.82º | 0.38% | 0.45% | - |
| XYZ | 13.95 | 15.33 | 8.36 | - |
| YUV | 107.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 72 | 0 | 0.05 | 0.38 | 0.55 | 51.82 | 0.23 | 0.37 |
| Hex | 74 | 6E | 48 | 0 | 5 | 26 | 37 | 34 | 17 | 25 |
| Octal | 164 | 156 | 110 | 0 | 5 | 46 | 67 | 64 | 27 | 45 |
| Binary | 1110100 | 1101110 | 1001000 | 0 | 101 | 100110 | 110111 | 110100 | 10111 | 100101 |
Color Harmonies of #746E48
Complementary color
Monochromatic Colors of #746E48
Black with #746E48
Text Example
Text Example
White with #746E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E48; }
p { color: rgb(116,110,72); }
H1.HeaderClassName
{
color: #746E48;
}
.AnyTagClassName
{
color: #746E48;
}
</style>
background-color css
<style>
a { background-color: #746E48; }
a { background-color: rgb(116,110,72); }
div.DivClassName
{
background-color: #746E48;
}
.BgClassName
{
background-color: #746E48;
}
</style>
border-color css
<style>
span { border-color: #746E48; }
span { border-color: rgb(116,110,72); }
td.TdClassName
{
border-color: #746E48;
}
.TagClassName
{
border-color: #746E48;
}
</style>