Shades of Go Ben #746F3E
Tints of Go Ben #746F3E
RGB
CMYK
RGB Variations
Color information
#746F3E (or 0x746F3E) is known color: Go Ben. HEX triplet: 74, 6F and 3E. RGB value is (116,111,62). Sum of RGB (Red+Green+Blue) = 116+111+62=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #746F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F3E is #8B90C1. Grayscale: #6B6B6B. Windows color (decimal): -9146562 or 4091764. OLE color: 4091764.
HSL color Cylindrical-coordinate representation of color #746F3E: hue angle of 54.44º degrees, saturation: 0.3, 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 #746F3E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 62 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.55 |
| HSL | 54.44º | 0.3% | 0.35% | - |
| HSV(B) | 54.44º | 0.47% | 0.45% | - |
| XYZ | 13.76 | 15.43 | 6.81 | - |
| YUV | 106.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 62 | 0 | 0.04 | 0.47 | 0.55 | 54.44 | 0.3 | 0.35 |
| Hex | 74 | 6F | 3E | 0 | 4 | 2F | 37 | 36 | 1E | 23 |
| Octal | 164 | 157 | 76 | 0 | 4 | 57 | 67 | 66 | 36 | 43 |
| Binary | 1110100 | 1101111 | 111110 | 0 | 100 | 101111 | 110111 | 110110 | 11110 | 100011 |
Color Harmonies of #746F3E
Complementary color
Monochromatic Colors of #746F3E
Black with #746F3E
Text Example
Text Example
White with #746F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F3E; }
p { color: rgb(116,111,62); }
H1.HeaderClassName
{
color: #746F3E;
}
.AnyTagClassName
{
color: #746F3E;
}
</style>
background-color css
<style>
a { background-color: #746F3E; }
a { background-color: rgb(116,111,62); }
div.DivClassName
{
background-color: #746F3E;
}
.BgClassName
{
background-color: #746F3E;
}
</style>
border-color css
<style>
span { border-color: #746F3E; }
span { border-color: rgb(116,111,62); }
td.TdClassName
{
border-color: #746F3E;
}
.TagClassName
{
border-color: #746F3E;
}
</style>