Shades of Go Ben #756C41
Tints of Go Ben #756C41
RGB
CMYK
RGB Variations
Color information
#756C41 (or 0x756C41) is known color: Go Ben. HEX triplet: 75, 6C and 41. RGB value is (117,108,65). Sum of RGB (Red+Green+Blue) = 117+108+65=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #756C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C41 is #8A93BE. Grayscale: #696969. Windows color (decimal): -9081791 or 4287605. OLE color: 4287605.
HSL color Cylindrical-coordinate representation of color #756C41: hue angle of 49.62º 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 #756C41 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 65 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.54 |
| HSL | 49.62º | 0.29% | 0.36% | - |
| HSV(B) | 49.62º | 0.44% | 0.46% | - |
| XYZ | 13.65 | 14.89 | 7.16 | - |
| YUV | 105.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 65 | 0 | 0.08 | 0.44 | 0.54 | 49.62 | 0.29 | 0.36 |
| Hex | 75 | 6C | 41 | 0 | 8 | 2C | 36 | 32 | 1D | 24 |
| Octal | 165 | 154 | 101 | 0 | 10 | 54 | 66 | 62 | 35 | 44 |
| Binary | 1110101 | 1101100 | 1000001 | 0 | 1000 | 101100 | 110110 | 110010 | 11101 | 100100 |
Color Harmonies of #756C41
Complementary color
Monochromatic Colors of #756C41
Black with #756C41
Text Example
Text Example
White with #756C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C41; }
p { color: rgb(117,108,65); }
H1.HeaderClassName
{
color: #756C41;
}
.AnyTagClassName
{
color: #756C41;
}
</style>
background-color css
<style>
a { background-color: #756C41; }
a { background-color: rgb(117,108,65); }
div.DivClassName
{
background-color: #756C41;
}
.BgClassName
{
background-color: #756C41;
}
</style>
border-color css
<style>
span { border-color: #756C41; }
span { border-color: rgb(117,108,65); }
td.TdClassName
{
border-color: #756C41;
}
.TagClassName
{
border-color: #756C41;
}
</style>