Shades of Go Ben #746E3D
Tints of Go Ben #746E3D
RGB
CMYK
RGB Variations
Color information
#746E3D (or 0x746E3D) is known color: Go Ben. HEX triplet: 74, 6E and 3D. RGB value is (116,110,61). Sum of RGB (Red+Green+Blue) = 116+110+61=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E3D is #8B91C2. Grayscale: #6A6A6A. Windows color (decimal): -9146819 or 4025972. OLE color: 4025972.
HSL color Cylindrical-coordinate representation of color #746E3D: hue angle of 53.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746E3D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 61 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.55 |
| HSL | 53.45º | 0.31% | 0.35% | - |
| HSV(B) | 53.45º | 0.47% | 0.45% | - |
| XYZ | 13.62 | 15.2 | 6.63 | - |
| YUV | 106.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 61 | 0 | 0.05 | 0.47 | 0.55 | 53.45 | 0.31 | 0.35 |
| Hex | 74 | 6E | 3D | 0 | 5 | 2F | 37 | 35 | 1F | 23 |
| Octal | 164 | 156 | 75 | 0 | 5 | 57 | 67 | 65 | 37 | 43 |
| Binary | 1110100 | 1101110 | 111101 | 0 | 101 | 101111 | 110111 | 110101 | 11111 | 100011 |
Color Harmonies of #746E3D
Complementary color
Monochromatic Colors of #746E3D
Black with #746E3D
Text Example
Text Example
White with #746E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E3D; }
p { color: rgb(116,110,61); }
H1.HeaderClassName
{
color: #746E3D;
}
.AnyTagClassName
{
color: #746E3D;
}
</style>
background-color css
<style>
a { background-color: #746E3D; }
a { background-color: rgb(116,110,61); }
div.DivClassName
{
background-color: #746E3D;
}
.BgClassName
{
background-color: #746E3D;
}
</style>
border-color css
<style>
span { border-color: #746E3D; }
span { border-color: rgb(116,110,61); }
td.TdClassName
{
border-color: #746E3D;
}
.TagClassName
{
border-color: #746E3D;
}
</style>