Shades of Go Ben #746E45
Tints of Go Ben #746E45
RGB
CMYK
RGB Variations
Color information
#746E45 (or 0x746E45) is known color: Go Ben. HEX triplet: 74, 6E and 45. RGB value is (116,110,69). Sum of RGB (Red+Green+Blue) = 116+110+69=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #746E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E45 is #8B91BA. Grayscale: #6B6B6B. Windows color (decimal): -9146811 or 4550260. OLE color: 4550260.
HSL color Cylindrical-coordinate representation of color #746E45: hue angle of 52.34º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746E45 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 69 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.55 |
| HSL | 52.34º | 0.25% | 0.36% | - |
| HSV(B) | 52.34º | 0.41% | 0.45% | - |
| XYZ | 13.85 | 15.29 | 7.85 | - |
| YUV | 107.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 69 | 0 | 0.05 | 0.41 | 0.55 | 52.34 | 0.25 | 0.36 |
| Hex | 74 | 6E | 45 | 0 | 5 | 29 | 37 | 34 | 19 | 24 |
| Octal | 164 | 156 | 105 | 0 | 5 | 51 | 67 | 64 | 31 | 44 |
| Binary | 1110100 | 1101110 | 1000101 | 0 | 101 | 101001 | 110111 | 110100 | 11001 | 100100 |
Color Harmonies of #746E45
Complementary color
Monochromatic Colors of #746E45
Black with #746E45
Text Example
Text Example
White with #746E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E45; }
p { color: rgb(116,110,69); }
H1.HeaderClassName
{
color: #746E45;
}
.AnyTagClassName
{
color: #746E45;
}
</style>
background-color css
<style>
a { background-color: #746E45; }
a { background-color: rgb(116,110,69); }
div.DivClassName
{
background-color: #746E45;
}
.BgClassName
{
background-color: #746E45;
}
</style>
border-color css
<style>
span { border-color: #746E45; }
span { border-color: rgb(116,110,69); }
td.TdClassName
{
border-color: #746E45;
}
.TagClassName
{
border-color: #746E45;
}
</style>