Shades of Go Ben #746B42
Tints of Go Ben #746B42
RGB
CMYK
RGB Variations
Color information
#746B42 (or 0x746B42) is known color: Go Ben. HEX triplet: 74, 6B and 42. RGB value is (116,107,66). Sum of RGB (Red+Green+Blue) = 116+107+66=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #746B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B42 is #8B94BD. Grayscale: #696969. Windows color (decimal): -9147582 or 4352884. OLE color: 4352884.
HSL color Cylindrical-coordinate representation of color #746B42: hue angle of 49.2º 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 #746B42 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 66 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.55 |
| HSL | 49.2º | 0.27% | 0.36% | - |
| HSV(B) | 49.2º | 0.43% | 0.45% | - |
| XYZ | 13.44 | 14.62 | 7.27 | - |
| YUV | 105.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 66 | 0 | 0.08 | 0.43 | 0.55 | 49.2 | 0.27 | 0.36 |
| Hex | 74 | 6B | 42 | 0 | 8 | 2B | 37 | 31 | 1B | 24 |
| Octal | 164 | 153 | 102 | 0 | 10 | 53 | 67 | 61 | 33 | 44 |
| Binary | 1110100 | 1101011 | 1000010 | 0 | 1000 | 101011 | 110111 | 110001 | 11011 | 100100 |
Color Harmonies of #746B42
Complementary color
Monochromatic Colors of #746B42
Black with #746B42
Text Example
Text Example
White with #746B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B42; }
p { color: rgb(116,107,66); }
H1.HeaderClassName
{
color: #746B42;
}
.AnyTagClassName
{
color: #746B42;
}
</style>
background-color css
<style>
a { background-color: #746B42; }
a { background-color: rgb(116,107,66); }
div.DivClassName
{
background-color: #746B42;
}
.BgClassName
{
background-color: #746B42;
}
</style>
border-color css
<style>
span { border-color: #746B42; }
span { border-color: rgb(116,107,66); }
td.TdClassName
{
border-color: #746B42;
}
.TagClassName
{
border-color: #746B42;
}
</style>