Shades of Go Ben #7E6D46
Tints of Go Ben #7E6D46
RGB
CMYK
RGB Variations
Color information
#7E6D46 (or 0x7E6D46) is known color: Go Ben. HEX triplet: 7E, 6D and 46. RGB value is (126,109,70). Sum of RGB (Red+Green+Blue) = 126+109+70=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6D46 is #8192B9. Grayscale: #6D6D6D. Windows color (decimal): -8491706 or 4615550. OLE color: 4615550.
HSL color Cylindrical-coordinate representation of color #7E6D46: hue angle of 41.79º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E6D46 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 70 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.51 |
| HSL | 41.79º | 0.29% | 0.38% | - |
| HSV(B) | 41.79º | 0.44% | 0.49% | - |
| XYZ | 15.18 | 15.82 | 8.05 | - |
| YUV | 109.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 70 | 0 | 0.13 | 0.44 | 0.51 | 41.79 | 0.29 | 0.38 |
| Hex | 7E | 6D | 46 | 0 | D | 2C | 33 | 2A | 1D | 26 |
| Octal | 176 | 155 | 106 | 0 | 15 | 54 | 63 | 52 | 35 | 46 |
| Binary | 1111110 | 1101101 | 1000110 | 0 | 1101 | 101100 | 110011 | 101010 | 11101 | 100110 |
Color Harmonies of #7E6D46
Complementary color
Monochromatic Colors of #7E6D46
Black with #7E6D46
Text Example
Text Example
White with #7E6D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D46; }
p { color: rgb(126,109,70); }
H1.HeaderClassName
{
color: #7E6D46;
}
.AnyTagClassName
{
color: #7E6D46;
}
</style>
background-color css
<style>
a { background-color: #7E6D46; }
a { background-color: rgb(126,109,70); }
div.DivClassName
{
background-color: #7E6D46;
}
.BgClassName
{
background-color: #7E6D46;
}
</style>
border-color css
<style>
span { border-color: #7E6D46; }
span { border-color: rgb(126,109,70); }
td.TdClassName
{
border-color: #7E6D46;
}
.TagClassName
{
border-color: #7E6D46;
}
</style>