Shades of Go Ben #756D43
Tints of Go Ben #756D43
RGB
CMYK
RGB Variations
Color information
#756D43 (or 0x756D43) is known color: Go Ben. HEX triplet: 75, 6D and 43. RGB value is (117,109,67). Sum of RGB (Red+Green+Blue) = 117+109+67=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #756D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D43 is #8A92BC. Grayscale: #6A6A6A. Windows color (decimal): -9081533 or 4418933. OLE color: 4418933.
HSL color Cylindrical-coordinate representation of color #756D43: hue angle of 50.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756D43 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 67 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.54 |
| HSL | 50.4º | 0.27% | 0.36% | - |
| HSV(B) | 50.4º | 0.43% | 0.46% | - |
| XYZ | 13.82 | 15.12 | 7.5 | - |
| YUV | 106.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 67 | 0 | 0.07 | 0.43 | 0.54 | 50.4 | 0.27 | 0.36 |
| Hex | 75 | 6D | 43 | 0 | 7 | 2B | 36 | 32 | 1B | 24 |
| Octal | 165 | 155 | 103 | 0 | 7 | 53 | 66 | 62 | 33 | 44 |
| Binary | 1110101 | 1101101 | 1000011 | 0 | 111 | 101011 | 110110 | 110010 | 11011 | 100100 |
Color Harmonies of #756D43
Complementary color
Monochromatic Colors of #756D43
Black with #756D43
Text Example
Text Example
White with #756D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D43; }
p { color: rgb(117,109,67); }
H1.HeaderClassName
{
color: #756D43;
}
.AnyTagClassName
{
color: #756D43;
}
</style>
background-color css
<style>
a { background-color: #756D43; }
a { background-color: rgb(117,109,67); }
div.DivClassName
{
background-color: #756D43;
}
.BgClassName
{
background-color: #756D43;
}
</style>
border-color css
<style>
span { border-color: #756D43; }
span { border-color: rgb(117,109,67); }
td.TdClassName
{
border-color: #756D43;
}
.TagClassName
{
border-color: #756D43;
}
</style>