Shades of Go Ben #746C48
Tints of Go Ben #746C48
RGB
CMYK
RGB Variations
Color information
#746C48 (or 0x746C48) is known color: Go Ben. HEX triplet: 74, 6C and 48. RGB value is (116,108,72). Sum of RGB (Red+Green+Blue) = 116+108+72=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #746C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C48 is #8B93B7. Grayscale: #6A6A6A. Windows color (decimal): -9147320 or 4746356. OLE color: 4746356.
HSL color Cylindrical-coordinate representation of color #746C48: hue angle of 49.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746C48 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 72 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.55 |
| HSL | 49.09º | 0.23% | 0.37% | - |
| HSV(B) | 49.09º | 0.38% | 0.45% | - |
| XYZ | 13.73 | 14.91 | 8.28 | - |
| YUV | 106.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 72 | 0 | 0.07 | 0.38 | 0.55 | 49.09 | 0.23 | 0.37 |
| Hex | 74 | 6C | 48 | 0 | 7 | 26 | 37 | 31 | 17 | 25 |
| Octal | 164 | 154 | 110 | 0 | 7 | 46 | 67 | 61 | 27 | 45 |
| Binary | 1110100 | 1101100 | 1001000 | 0 | 111 | 100110 | 110111 | 110001 | 10111 | 100101 |
Color Harmonies of #746C48
Complementary color
Monochromatic Colors of #746C48
Black with #746C48
Text Example
Text Example
White with #746C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C48; }
p { color: rgb(116,108,72); }
H1.HeaderClassName
{
color: #746C48;
}
.AnyTagClassName
{
color: #746C48;
}
</style>
background-color css
<style>
a { background-color: #746C48; }
a { background-color: rgb(116,108,72); }
div.DivClassName
{
background-color: #746C48;
}
.BgClassName
{
background-color: #746C48;
}
</style>
border-color css
<style>
span { border-color: #746C48; }
span { border-color: rgb(116,108,72); }
td.TdClassName
{
border-color: #746C48;
}
.TagClassName
{
border-color: #746C48;
}
</style>