Shades of Go Ben #756D3E
Tints of Go Ben #756D3E
RGB
CMYK
RGB Variations
Color information
#756D3E (or 0x756D3E) is known color: Go Ben. HEX triplet: 75, 6D and 3E. RGB value is (117,109,62). Sum of RGB (Red+Green+Blue) = 117+109+62=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D3E is #8A92C1. Grayscale: #6A6A6A. Windows color (decimal): -9081538 or 4091253. OLE color: 4091253.
HSL color Cylindrical-coordinate representation of color #756D3E: hue angle of 51.27º 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 #756D3E is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 62 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.54 |
| HSL | 51.27º | 0.31% | 0.35% | - |
| HSV(B) | 51.27º | 0.47% | 0.46% | - |
| XYZ | 13.67 | 15.07 | 6.74 | - |
| YUV | 106.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 62 | 0 | 0.07 | 0.47 | 0.54 | 51.27 | 0.31 | 0.35 |
| Hex | 75 | 6D | 3E | 0 | 7 | 2F | 36 | 33 | 1F | 23 |
| Octal | 165 | 155 | 76 | 0 | 7 | 57 | 66 | 63 | 37 | 43 |
| Binary | 1110101 | 1101101 | 111110 | 0 | 111 | 101111 | 110110 | 110011 | 11111 | 100011 |
Color Harmonies of #756D3E
Complementary color
Monochromatic Colors of #756D3E
Black with #756D3E
Text Example
Text Example
White with #756D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D3E; }
p { color: rgb(117,109,62); }
H1.HeaderClassName
{
color: #756D3E;
}
.AnyTagClassName
{
color: #756D3E;
}
</style>
background-color css
<style>
a { background-color: #756D3E; }
a { background-color: rgb(117,109,62); }
div.DivClassName
{
background-color: #756D3E;
}
.BgClassName
{
background-color: #756D3E;
}
</style>
border-color css
<style>
span { border-color: #756D3E; }
span { border-color: rgb(117,109,62); }
td.TdClassName
{
border-color: #756D3E;
}
.TagClassName
{
border-color: #756D3E;
}
</style>