Shades of Go Ben #736C45
Tints of Go Ben #736C45
RGB
CMYK
RGB Variations
Color information
#736C45 (or 0x736C45) is known color: Go Ben. HEX triplet: 73, 6C and 45. RGB value is (115,108,69). Sum of RGB (Red+Green+Blue) = 115+108+69=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #736C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C45 is #8C93BA. Grayscale: #696969. Windows color (decimal): -9212859 or 4549747. OLE color: 4549747.
HSL color Cylindrical-coordinate representation of color #736C45: hue angle of 50.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736C45 is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 69 | - |
| CMYK | 0 | 0.06 | 0.4 | 0.55 |
| HSL | 50.87º | 0.25% | 0.36% | - |
| HSV(B) | 50.87º | 0.4% | 0.45% | - |
| XYZ | 13.51 | 14.8 | 7.77 | - |
| YUV | 105.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 69 | 0 | 0.06 | 0.4 | 0.55 | 50.87 | 0.25 | 0.36 |
| Hex | 73 | 6C | 45 | 0 | 6 | 28 | 37 | 33 | 19 | 24 |
| Octal | 163 | 154 | 105 | 0 | 6 | 50 | 67 | 63 | 31 | 44 |
| Binary | 1110011 | 1101100 | 1000101 | 0 | 110 | 101000 | 110111 | 110011 | 11001 | 100100 |
Color Harmonies of #736C45
Complementary color
Monochromatic Colors of #736C45
Black with #736C45
Text Example
Text Example
White with #736C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C45; }
p { color: rgb(115,108,69); }
H1.HeaderClassName
{
color: #736C45;
}
.AnyTagClassName
{
color: #736C45;
}
</style>
background-color css
<style>
a { background-color: #736C45; }
a { background-color: rgb(115,108,69); }
div.DivClassName
{
background-color: #736C45;
}
.BgClassName
{
background-color: #736C45;
}
</style>
border-color css
<style>
span { border-color: #736C45; }
span { border-color: rgb(115,108,69); }
td.TdClassName
{
border-color: #736C45;
}
.TagClassName
{
border-color: #736C45;
}
</style>