Shades of Go Ben #746D48
Tints of Go Ben #746D48
RGB
CMYK
RGB Variations
Color information
#746D48 (or 0x746D48) is known color: Go Ben. HEX triplet: 74, 6D and 48. RGB value is (116,109,72). Sum of RGB (Red+Green+Blue) = 116+109+72=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #746D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D48 is #8B92B7. Grayscale: #6B6B6B. Windows color (decimal): -9147064 or 4746612. OLE color: 4746612.
HSL color Cylindrical-coordinate representation of color #746D48: hue angle of 50.45º 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 #746D48 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 72 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.55 |
| HSL | 50.45º | 0.23% | 0.37% | - |
| HSV(B) | 50.45º | 0.38% | 0.45% | - |
| XYZ | 13.84 | 15.12 | 8.32 | - |
| YUV | 106.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 72 | 0 | 0.06 | 0.38 | 0.55 | 50.45 | 0.23 | 0.37 |
| Hex | 74 | 6D | 48 | 0 | 6 | 26 | 37 | 32 | 17 | 25 |
| Octal | 164 | 155 | 110 | 0 | 6 | 46 | 67 | 62 | 27 | 45 |
| Binary | 1110100 | 1101101 | 1001000 | 0 | 110 | 100110 | 110111 | 110010 | 10111 | 100101 |
Color Harmonies of #746D48
Complementary color
Monochromatic Colors of #746D48
Black with #746D48
Text Example
Text Example
White with #746D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D48; }
p { color: rgb(116,109,72); }
H1.HeaderClassName
{
color: #746D48;
}
.AnyTagClassName
{
color: #746D48;
}
</style>
background-color css
<style>
a { background-color: #746D48; }
a { background-color: rgb(116,109,72); }
div.DivClassName
{
background-color: #746D48;
}
.BgClassName
{
background-color: #746D48;
}
</style>
border-color css
<style>
span { border-color: #746D48; }
span { border-color: rgb(116,109,72); }
td.TdClassName
{
border-color: #746D48;
}
.TagClassName
{
border-color: #746D48;
}
</style>