Shades of Go Ben #746D44
Tints of Go Ben #746D44
RGB
CMYK
RGB Variations
Color information
#746D44 (or 0x746D44) is known color: Go Ben. HEX triplet: 74, 6D and 44. RGB value is (116,109,68). Sum of RGB (Red+Green+Blue) = 116+109+68=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #746D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D44 is #8B92BB. Grayscale: #6A6A6A. Windows color (decimal): -9147068 or 4484468. OLE color: 4484468.
HSL color Cylindrical-coordinate representation of color #746D44: hue angle of 51.25º 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 #746D44 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 68 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.55 |
| HSL | 51.25º | 0.26% | 0.36% | - |
| HSV(B) | 51.25º | 0.41% | 0.45% | - |
| XYZ | 13.71 | 15.07 | 7.65 | - |
| YUV | 106.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 68 | 0 | 0.06 | 0.41 | 0.55 | 51.25 | 0.26 | 0.36 |
| Hex | 74 | 6D | 44 | 0 | 6 | 29 | 37 | 33 | 1A | 24 |
| Octal | 164 | 155 | 104 | 0 | 6 | 51 | 67 | 63 | 32 | 44 |
| Binary | 1110100 | 1101101 | 1000100 | 0 | 110 | 101001 | 110111 | 110011 | 11010 | 100100 |
Color Harmonies of #746D44
Complementary color
Monochromatic Colors of #746D44
Black with #746D44
Text Example
Text Example
White with #746D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D44; }
p { color: rgb(116,109,68); }
H1.HeaderClassName
{
color: #746D44;
}
.AnyTagClassName
{
color: #746D44;
}
</style>
background-color css
<style>
a { background-color: #746D44; }
a { background-color: rgb(116,109,68); }
div.DivClassName
{
background-color: #746D44;
}
.BgClassName
{
background-color: #746D44;
}
</style>
border-color css
<style>
span { border-color: #746D44; }
span { border-color: rgb(116,109,68); }
td.TdClassName
{
border-color: #746D44;
}
.TagClassName
{
border-color: #746D44;
}
</style>