Shades of Go Ben #736A44
Tints of Go Ben #736A44
RGB
CMYK
RGB Variations
Color information
#736A44 (or 0x736A44) is known color: Go Ben. HEX triplet: 73, 6A and 44. RGB value is (115,106,68). Sum of RGB (Red+Green+Blue) = 115+106+68=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #736A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A44 is #8C95BB. Grayscale: #686868. Windows color (decimal): -9213372 or 4483699. OLE color: 4483699.
HSL color Cylindrical-coordinate representation of color #736A44: hue angle of 48.51º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #736A44 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 68 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.55 |
| HSL | 48.51º | 0.26% | 0.36% | - |
| HSV(B) | 48.51º | 0.41% | 0.45% | - |
| XYZ | 13.27 | 14.37 | 7.54 | - |
| YUV | 104.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 68 | 0 | 0.08 | 0.41 | 0.55 | 48.51 | 0.26 | 0.36 |
| Hex | 73 | 6A | 44 | 0 | 8 | 29 | 37 | 31 | 1A | 24 |
| Octal | 163 | 152 | 104 | 0 | 10 | 51 | 67 | 61 | 32 | 44 |
| Binary | 1110011 | 1101010 | 1000100 | 0 | 1000 | 101001 | 110111 | 110001 | 11010 | 100100 |
Color Harmonies of #736A44
Complementary color
Monochromatic Colors of #736A44
Black with #736A44
Text Example
Text Example
White with #736A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A44; }
p { color: rgb(115,106,68); }
H1.HeaderClassName
{
color: #736A44;
}
.AnyTagClassName
{
color: #736A44;
}
</style>
background-color css
<style>
a { background-color: #736A44; }
a { background-color: rgb(115,106,68); }
div.DivClassName
{
background-color: #736A44;
}
.BgClassName
{
background-color: #736A44;
}
</style>
border-color css
<style>
span { border-color: #736A44; }
span { border-color: rgb(115,106,68); }
td.TdClassName
{
border-color: #736A44;
}
.TagClassName
{
border-color: #736A44;
}
</style>