Shades of Go Ben #766E3D
Tints of Go Ben #766E3D
RGB
CMYK
RGB Variations
Color information
#766E3D (or 0x766E3D) is known color: Go Ben. HEX triplet: 76, 6E and 3D. RGB value is (118,110,61). Sum of RGB (Red+Green+Blue) = 118+110+61=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E3D is #8991C2. Grayscale: #6B6B6B. Windows color (decimal): -9015747 or 4025974. OLE color: 4025974.
HSL color Cylindrical-coordinate representation of color #766E3D: hue angle of 51.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766E3D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 61 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.54 |
| HSL | 51.58º | 0.32% | 0.35% | - |
| HSV(B) | 51.58º | 0.48% | 0.46% | - |
| XYZ | 13.89 | 15.34 | 6.64 | - |
| YUV | 106.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 61 | 0 | 0.07 | 0.48 | 0.54 | 51.58 | 0.32 | 0.35 |
| Hex | 76 | 6E | 3D | 0 | 7 | 30 | 36 | 34 | 20 | 23 |
| Octal | 166 | 156 | 75 | 0 | 7 | 60 | 66 | 64 | 40 | 43 |
| Binary | 1110110 | 1101110 | 111101 | 0 | 111 | 110000 | 110110 | 110100 | 100000 | 100011 |
Color Harmonies of #766E3D
Complementary color
Monochromatic Colors of #766E3D
Black with #766E3D
Text Example
Text Example
White with #766E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E3D; }
p { color: rgb(118,110,61); }
H1.HeaderClassName
{
color: #766E3D;
}
.AnyTagClassName
{
color: #766E3D;
}
</style>
background-color css
<style>
a { background-color: #766E3D; }
a { background-color: rgb(118,110,61); }
div.DivClassName
{
background-color: #766E3D;
}
.BgClassName
{
background-color: #766E3D;
}
</style>
border-color css
<style>
span { border-color: #766E3D; }
span { border-color: rgb(118,110,61); }
td.TdClassName
{
border-color: #766E3D;
}
.TagClassName
{
border-color: #766E3D;
}
</style>