Shades of Go Ben #756D3F
Tints of Go Ben #756D3F
RGB
CMYK
RGB Variations
Color information
#756D3F (or 0x756D3F) is known color: Go Ben. HEX triplet: 75, 6D and 3F. RGB value is (117,109,63). Sum of RGB (Red+Green+Blue) = 117+109+63=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D3F is #8A92C0. Grayscale: #6A6A6A. Windows color (decimal): -9081537 or 4156789. OLE color: 4156789.
HSL color Cylindrical-coordinate representation of color #756D3F: hue angle of 51.11º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756D3F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 63 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.54 |
| HSL | 51.11º | 0.3% | 0.35% | - |
| HSV(B) | 51.11º | 0.46% | 0.46% | - |
| XYZ | 13.7 | 15.08 | 6.89 | - |
| YUV | 106.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 63 | 0 | 0.07 | 0.46 | 0.54 | 51.11 | 0.3 | 0.35 |
| Hex | 75 | 6D | 3F | 0 | 7 | 2E | 36 | 33 | 1E | 23 |
| Octal | 165 | 155 | 77 | 0 | 7 | 56 | 66 | 63 | 36 | 43 |
| Binary | 1110101 | 1101101 | 111111 | 0 | 111 | 101110 | 110110 | 110011 | 11110 | 100011 |
Color Harmonies of #756D3F
Complementary color
Monochromatic Colors of #756D3F
Black with #756D3F
Text Example
Text Example
White with #756D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D3F; }
p { color: rgb(117,109,63); }
H1.HeaderClassName
{
color: #756D3F;
}
.AnyTagClassName
{
color: #756D3F;
}
</style>
background-color css
<style>
a { background-color: #756D3F; }
a { background-color: rgb(117,109,63); }
div.DivClassName
{
background-color: #756D3F;
}
.BgClassName
{
background-color: #756D3F;
}
</style>
border-color css
<style>
span { border-color: #756D3F; }
span { border-color: rgb(117,109,63); }
td.TdClassName
{
border-color: #756D3F;
}
.TagClassName
{
border-color: #756D3F;
}
</style>