Shades of Go Ben #756E3E
Tints of Go Ben #756E3E
RGB
CMYK
RGB Variations
Color information
#756E3E (or 0x756E3E) is known color: Go Ben. HEX triplet: 75, 6E and 3E. RGB value is (117,110,62). Sum of RGB (Red+Green+Blue) = 117+110+62=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E3E is #8A91C1. Grayscale: #6A6A6A. Windows color (decimal): -9081282 or 4091509. OLE color: 4091509.
HSL color Cylindrical-coordinate representation of color #756E3E: hue angle of 52.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756E3E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 62 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.54 |
| HSL | 52.36º | 0.31% | 0.35% | - |
| HSV(B) | 52.36º | 0.47% | 0.46% | - |
| XYZ | 13.78 | 15.28 | 6.78 | - |
| YUV | 106.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 62 | 0 | 0.06 | 0.47 | 0.54 | 52.36 | 0.31 | 0.35 |
| Hex | 75 | 6E | 3E | 0 | 6 | 2F | 36 | 34 | 1F | 23 |
| Octal | 165 | 156 | 76 | 0 | 6 | 57 | 66 | 64 | 37 | 43 |
| Binary | 1110101 | 1101110 | 111110 | 0 | 110 | 101111 | 110110 | 110100 | 11111 | 100011 |
Color Harmonies of #756E3E
Complementary color
Monochromatic Colors of #756E3E
Black with #756E3E
Text Example
Text Example
White with #756E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E3E; }
p { color: rgb(117,110,62); }
H1.HeaderClassName
{
color: #756E3E;
}
.AnyTagClassName
{
color: #756E3E;
}
</style>
background-color css
<style>
a { background-color: #756E3E; }
a { background-color: rgb(117,110,62); }
div.DivClassName
{
background-color: #756E3E;
}
.BgClassName
{
background-color: #756E3E;
}
</style>
border-color css
<style>
span { border-color: #756E3E; }
span { border-color: rgb(117,110,62); }
td.TdClassName
{
border-color: #756E3E;
}
.TagClassName
{
border-color: #756E3E;
}
</style>