Shades of Go Ben #756C40
Tints of Go Ben #756C40
RGB
CMYK
RGB Variations
Color information
#756C40 (or 0x756C40) is known color: Go Ben. HEX triplet: 75, 6C and 40. RGB value is (117,108,64). Sum of RGB (Red+Green+Blue) = 117+108+64=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C40 is #8A93BF. Grayscale: #696969. Windows color (decimal): -9081792 or 4222069. OLE color: 4222069.
HSL color Cylindrical-coordinate representation of color #756C40: hue angle of 49.81º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756C40 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 64 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.54 |
| HSL | 49.81º | 0.29% | 0.35% | - |
| HSV(B) | 49.81º | 0.45% | 0.46% | - |
| XYZ | 13.62 | 14.88 | 7 | - |
| YUV | 105.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 64 | 0 | 0.08 | 0.45 | 0.54 | 49.81 | 0.29 | 0.35 |
| Hex | 75 | 6C | 40 | 0 | 8 | 2D | 36 | 32 | 1D | 23 |
| Octal | 165 | 154 | 100 | 0 | 10 | 55 | 66 | 62 | 35 | 43 |
| Binary | 1110101 | 1101100 | 1000000 | 0 | 1000 | 101101 | 110110 | 110010 | 11101 | 100011 |
Color Harmonies of #756C40
Complementary color
Monochromatic Colors of #756C40
Black with #756C40
Text Example
Text Example
White with #756C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C40; }
p { color: rgb(117,108,64); }
H1.HeaderClassName
{
color: #756C40;
}
.AnyTagClassName
{
color: #756C40;
}
</style>
background-color css
<style>
a { background-color: #756C40; }
a { background-color: rgb(117,108,64); }
div.DivClassName
{
background-color: #756C40;
}
.BgClassName
{
background-color: #756C40;
}
</style>
border-color css
<style>
span { border-color: #756C40; }
span { border-color: rgb(117,108,64); }
td.TdClassName
{
border-color: #756C40;
}
.TagClassName
{
border-color: #756C40;
}
</style>