Shades of Go Ben #736D46
Tints of Go Ben #736D46
RGB
CMYK
RGB Variations
Color information
#736D46 (or 0x736D46) is known color: Go Ben. HEX triplet: 73, 6D and 46. RGB value is (115,109,70). Sum of RGB (Red+Green+Blue) = 115+109+70=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #736D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D46 is #8C92B9. Grayscale: #6A6A6A. Windows color (decimal): -9212602 or 4615539. OLE color: 4615539.
HSL color Cylindrical-coordinate representation of color #736D46: hue angle of 52º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #736D46 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 70 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.55 |
| HSL | 52º | 0.24% | 0.36% | - |
| HSV(B) | 52º | 0.39% | 0.45% | - |
| XYZ | 13.64 | 15.02 | 7.98 | - |
| YUV | 106.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 70 | 0 | 0.05 | 0.39 | 0.55 | 52 | 0.24 | 0.36 |
| Hex | 73 | 6D | 46 | 0 | 5 | 27 | 37 | 34 | 18 | 24 |
| Octal | 163 | 155 | 106 | 0 | 5 | 47 | 67 | 64 | 30 | 44 |
| Binary | 1110011 | 1101101 | 1000110 | 0 | 101 | 100111 | 110111 | 110100 | 11000 | 100100 |
Color Harmonies of #736D46
Complementary color
Monochromatic Colors of #736D46
Black with #736D46
Text Example
Text Example
White with #736D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D46; }
p { color: rgb(115,109,70); }
H1.HeaderClassName
{
color: #736D46;
}
.AnyTagClassName
{
color: #736D46;
}
</style>
background-color css
<style>
a { background-color: #736D46; }
a { background-color: rgb(115,109,70); }
div.DivClassName
{
background-color: #736D46;
}
.BgClassName
{
background-color: #736D46;
}
</style>
border-color css
<style>
span { border-color: #736D46; }
span { border-color: rgb(115,109,70); }
td.TdClassName
{
border-color: #736D46;
}
.TagClassName
{
border-color: #736D46;
}
</style>