Shades of Go Ben #756E41
Tints of Go Ben #756E41
RGB
CMYK
RGB Variations
Color information
#756E41 (or 0x756E41) is known color: Go Ben. HEX triplet: 75, 6E and 41. RGB value is (117,110,65). Sum of RGB (Red+Green+Blue) = 117+110+65=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #756E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E41 is #8A91BE. Grayscale: #6B6B6B. Windows color (decimal): -9081279 or 4288117. OLE color: 4288117.
HSL color Cylindrical-coordinate representation of color #756E41: hue angle of 51.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #756E41 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 65 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.54 |
| HSL | 51.92º | 0.29% | 0.36% | - |
| HSV(B) | 51.92º | 0.44% | 0.46% | - |
| XYZ | 13.87 | 15.32 | 7.23 | - |
| YUV | 106.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 65 | 0 | 0.06 | 0.44 | 0.54 | 51.92 | 0.29 | 0.36 |
| Hex | 75 | 6E | 41 | 0 | 6 | 2C | 36 | 34 | 1D | 24 |
| Octal | 165 | 156 | 101 | 0 | 6 | 54 | 66 | 64 | 35 | 44 |
| Binary | 1110101 | 1101110 | 1000001 | 0 | 110 | 101100 | 110110 | 110100 | 11101 | 100100 |
Color Harmonies of #756E41
Complementary color
Monochromatic Colors of #756E41
Black with #756E41
Text Example
Text Example
White with #756E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E41; }
p { color: rgb(117,110,65); }
H1.HeaderClassName
{
color: #756E41;
}
.AnyTagClassName
{
color: #756E41;
}
</style>
background-color css
<style>
a { background-color: #756E41; }
a { background-color: rgb(117,110,65); }
div.DivClassName
{
background-color: #756E41;
}
.BgClassName
{
background-color: #756E41;
}
</style>
border-color css
<style>
span { border-color: #756E41; }
span { border-color: rgb(117,110,65); }
td.TdClassName
{
border-color: #756E41;
}
.TagClassName
{
border-color: #756E41;
}
</style>