Shades of Go Ben #756949
Tints of Go Ben #756949
RGB
CMYK
RGB Variations
Color information
#756949 (or 0x756949) is known color: Go Ben. HEX triplet: 75, 69 and 49. RGB value is (117,105,73). Sum of RGB (Red+Green+Blue) = 117+105+73=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #756949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756949 is #8A96B6. Grayscale: #696969. Windows color (decimal): -9082551 or 4811125. OLE color: 4811125.
HSL color Cylindrical-coordinate representation of color #756949: hue angle of 43.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756949 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 105 | 73 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.54 |
| HSL | 43.64º | 0.23% | 0.37% | - |
| HSV(B) | 43.64º | 0.38% | 0.46% | - |
| XYZ | 13.59 | 14.37 | 8.36 | - |
| YUV | 104.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 73 | 0 | 0.10 | 0.38 | 0.54 | 43.64 | 0.23 | 0.37 |
| Hex | 75 | 69 | 49 | 0 | A | 26 | 36 | 2C | 17 | 25 |
| Octal | 165 | 151 | 111 | 0 | 12 | 46 | 66 | 54 | 27 | 45 |
| Binary | 1110101 | 1101001 | 1001001 | 0 | 1010 | 100110 | 110110 | 101100 | 10111 | 100101 |
Color Harmonies of #756949
Complementary color
Monochromatic Colors of #756949
Black with #756949
Text Example
Text Example
White with #756949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756949; }
p { color: rgb(117,105,73); }
H1.HeaderClassName
{
color: #756949;
}
.AnyTagClassName
{
color: #756949;
}
</style>
background-color css
<style>
a { background-color: #756949; }
a { background-color: rgb(117,105,73); }
div.DivClassName
{
background-color: #756949;
}
.BgClassName
{
background-color: #756949;
}
</style>
border-color css
<style>
span { border-color: #756949; }
span { border-color: rgb(117,105,73); }
td.TdClassName
{
border-color: #756949;
}
.TagClassName
{
border-color: #756949;
}
</style>