Shades of Go Ben #756F3E
Tints of Go Ben #756F3E
RGB
CMYK
RGB Variations
Color information
#756F3E (or 0x756F3E) is known color: Go Ben. HEX triplet: 75, 6F and 3E. RGB value is (117,111,62). Sum of RGB (Red+Green+Blue) = 117+111+62=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #756F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F3E is #8A90C1. Grayscale: #6B6B6B. Windows color (decimal): -9081026 or 4091765. OLE color: 4091765.
HSL color Cylindrical-coordinate representation of color #756F3E: hue angle of 53.45º 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 #756F3E is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 62 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.54 |
| HSL | 53.45º | 0.31% | 0.35% | - |
| HSV(B) | 53.45º | 0.47% | 0.46% | - |
| XYZ | 13.89 | 15.5 | 6.82 | - |
| YUV | 107.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 62 | 0 | 0.05 | 0.47 | 0.54 | 53.45 | 0.31 | 0.35 |
| Hex | 75 | 6F | 3E | 0 | 5 | 2F | 36 | 35 | 1F | 23 |
| Octal | 165 | 157 | 76 | 0 | 5 | 57 | 66 | 65 | 37 | 43 |
| Binary | 1110101 | 1101111 | 111110 | 0 | 101 | 101111 | 110110 | 110101 | 11111 | 100011 |
Color Harmonies of #756F3E
Complementary color
Monochromatic Colors of #756F3E
Black with #756F3E
Text Example
Text Example
White with #756F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F3E; }
p { color: rgb(117,111,62); }
H1.HeaderClassName
{
color: #756F3E;
}
.AnyTagClassName
{
color: #756F3E;
}
</style>
background-color css
<style>
a { background-color: #756F3E; }
a { background-color: rgb(117,111,62); }
div.DivClassName
{
background-color: #756F3E;
}
.BgClassName
{
background-color: #756F3E;
}
</style>
border-color css
<style>
span { border-color: #756F3E; }
span { border-color: rgb(117,111,62); }
td.TdClassName
{
border-color: #756F3E;
}
.TagClassName
{
border-color: #756F3E;
}
</style>