Shades of Go Ben #746D42
Tints of Go Ben #746D42
RGB
CMYK
RGB Variations
Color information
#746D42 (or 0x746D42) is known color: Go Ben. HEX triplet: 74, 6D and 42. RGB value is (116,109,66). Sum of RGB (Red+Green+Blue) = 116+109+66=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D42 is #8B92BD. Grayscale: #6A6A6A. Windows color (decimal): -9147070 or 4353396. OLE color: 4353396.
HSL color Cylindrical-coordinate representation of color #746D42: hue angle of 51.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #746D42 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 66 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.55 |
| HSL | 51.6º | 0.27% | 0.36% | - |
| HSV(B) | 51.6º | 0.43% | 0.45% | - |
| XYZ | 13.65 | 15.04 | 7.34 | - |
| YUV | 106.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 66 | 0 | 0.06 | 0.43 | 0.55 | 51.6 | 0.27 | 0.36 |
| Hex | 74 | 6D | 42 | 0 | 6 | 2B | 37 | 34 | 1B | 24 |
| Octal | 164 | 155 | 102 | 0 | 6 | 53 | 67 | 64 | 33 | 44 |
| Binary | 1110100 | 1101101 | 1000010 | 0 | 110 | 101011 | 110111 | 110100 | 11011 | 100100 |
Color Harmonies of #746D42
Complementary color
Monochromatic Colors of #746D42
Black with #746D42
Text Example
Text Example
White with #746D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D42; }
p { color: rgb(116,109,66); }
H1.HeaderClassName
{
color: #746D42;
}
.AnyTagClassName
{
color: #746D42;
}
</style>
background-color css
<style>
a { background-color: #746D42; }
a { background-color: rgb(116,109,66); }
div.DivClassName
{
background-color: #746D42;
}
.BgClassName
{
background-color: #746D42;
}
</style>
border-color css
<style>
span { border-color: #746D42; }
span { border-color: rgb(116,109,66); }
td.TdClassName
{
border-color: #746D42;
}
.TagClassName
{
border-color: #746D42;
}
</style>