Shades of Go Ben #756E3F
Tints of Go Ben #756E3F
RGB
CMYK
RGB Variations
Color information
#756E3F (or 0x756E3F) is known color: Go Ben. HEX triplet: 75, 6E and 3F. RGB value is (117,110,63). Sum of RGB (Red+Green+Blue) = 117+110+63=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #756E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E3F is #8A91C0. Grayscale: #6A6A6A. Windows color (decimal): -9081281 or 4157045. OLE color: 4157045.
HSL color Cylindrical-coordinate representation of color #756E3F: hue angle of 52.22º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756E3F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 63 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.54 |
| HSL | 52.22º | 0.3% | 0.35% | - |
| HSV(B) | 52.22º | 0.46% | 0.46% | - |
| XYZ | 13.81 | 15.29 | 6.93 | - |
| YUV | 106.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 63 | 0 | 0.06 | 0.46 | 0.54 | 52.22 | 0.3 | 0.35 |
| Hex | 75 | 6E | 3F | 0 | 6 | 2E | 36 | 34 | 1E | 23 |
| Octal | 165 | 156 | 77 | 0 | 6 | 56 | 66 | 64 | 36 | 43 |
| Binary | 1110101 | 1101110 | 111111 | 0 | 110 | 101110 | 110110 | 110100 | 11110 | 100011 |
Color Harmonies of #756E3F
Complementary color
Monochromatic Colors of #756E3F
Black with #756E3F
Text Example
Text Example
White with #756E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E3F; }
p { color: rgb(117,110,63); }
H1.HeaderClassName
{
color: #756E3F;
}
.AnyTagClassName
{
color: #756E3F;
}
</style>
background-color css
<style>
a { background-color: #756E3F; }
a { background-color: rgb(117,110,63); }
div.DivClassName
{
background-color: #756E3F;
}
.BgClassName
{
background-color: #756E3F;
}
</style>
border-color css
<style>
span { border-color: #756E3F; }
span { border-color: rgb(117,110,63); }
td.TdClassName
{
border-color: #756E3F;
}
.TagClassName
{
border-color: #756E3F;
}
</style>