Shades of Go Ben #736946
Tints of Go Ben #736946
RGB
CMYK
RGB Variations
Color information
#736946 (or 0x736946) is known color: Go Ben. HEX triplet: 73, 69 and 46. RGB value is (115,105,70). Sum of RGB (Red+Green+Blue) = 115+105+70=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #736946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736946 is #8C96B9. Grayscale: #686868. Windows color (decimal): -9213626 or 4614515. OLE color: 4614515.
HSL color Cylindrical-coordinate representation of color #736946: hue angle of 46.67º 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 #736946 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 70 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.55 |
| HSL | 46.67º | 0.24% | 0.36% | - |
| HSV(B) | 46.67º | 0.39% | 0.45% | - |
| XYZ | 13.23 | 14.19 | 7.84 | - |
| YUV | 104 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 70 | 0 | 0.09 | 0.39 | 0.55 | 46.67 | 0.24 | 0.36 |
| Hex | 73 | 69 | 46 | 0 | 9 | 27 | 37 | 2F | 18 | 24 |
| Octal | 163 | 151 | 106 | 0 | 11 | 47 | 67 | 57 | 30 | 44 |
| Binary | 1110011 | 1101001 | 1000110 | 0 | 1001 | 100111 | 110111 | 101111 | 11000 | 100100 |
Color Harmonies of #736946
Complementary color
Monochromatic Colors of #736946
Black with #736946
Text Example
Text Example
White with #736946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736946; }
p { color: rgb(115,105,70); }
H1.HeaderClassName
{
color: #736946;
}
.AnyTagClassName
{
color: #736946;
}
</style>
background-color css
<style>
a { background-color: #736946; }
a { background-color: rgb(115,105,70); }
div.DivClassName
{
background-color: #736946;
}
.BgClassName
{
background-color: #736946;
}
</style>
border-color css
<style>
span { border-color: #736946; }
span { border-color: rgb(115,105,70); }
td.TdClassName
{
border-color: #736946;
}
.TagClassName
{
border-color: #736946;
}
</style>