Shades of Go Ben #746D4A
Tints of Go Ben #746D4A
RGB
CMYK
RGB Variations
Color information
#746D4A (or 0x746D4A) is known color: Go Ben. HEX triplet: 74, 6D and 4A. RGB value is (116,109,74). Sum of RGB (Red+Green+Blue) = 116+109+74=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #746D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D4A is #8B92B5. Grayscale: #6B6B6B. Windows color (decimal): -9147062 or 4877684. OLE color: 4877684.
HSL color Cylindrical-coordinate representation of color #746D4A: hue angle of 50º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #746D4A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 74 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.55 |
| HSL | 50º | 0.22% | 0.37% | - |
| HSV(B) | 50º | 0.36% | 0.45% | - |
| XYZ | 13.91 | 15.14 | 8.67 | - |
| YUV | 107.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 74 | 0 | 0.06 | 0.36 | 0.55 | 50 | 0.22 | 0.37 |
| Hex | 74 | 6D | 4A | 0 | 6 | 24 | 37 | 32 | 16 | 25 |
| Octal | 164 | 155 | 112 | 0 | 6 | 44 | 67 | 62 | 26 | 45 |
| Binary | 1110100 | 1101101 | 1001010 | 0 | 110 | 100100 | 110111 | 110010 | 10110 | 100101 |
Color Harmonies of #746D4A
Complementary color
Monochromatic Colors of #746D4A
Black with #746D4A
Text Example
Text Example
White with #746D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D4A; }
p { color: rgb(116,109,74); }
H1.HeaderClassName
{
color: #746D4A;
}
.AnyTagClassName
{
color: #746D4A;
}
</style>
background-color css
<style>
a { background-color: #746D4A; }
a { background-color: rgb(116,109,74); }
div.DivClassName
{
background-color: #746D4A;
}
.BgClassName
{
background-color: #746D4A;
}
</style>
border-color css
<style>
span { border-color: #746D4A; }
span { border-color: rgb(116,109,74); }
td.TdClassName
{
border-color: #746D4A;
}
.TagClassName
{
border-color: #746D4A;
}
</style>