Shades of Go Ben #746F43
Tints of Go Ben #746F43
RGB
CMYK
RGB Variations
Color information
#746F43 (or 0x746F43) is known color: Go Ben. HEX triplet: 74, 6F and 43. RGB value is (116,111,67). Sum of RGB (Red+Green+Blue) = 116+111+67=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #746F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F43 is #8B90BC. Grayscale: #6B6B6B. Windows color (decimal): -9146557 or 4419444. OLE color: 4419444.
HSL color Cylindrical-coordinate representation of color #746F43: hue angle of 53.88º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746F43 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 67 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.55 |
| HSL | 53.88º | 0.27% | 0.36% | - |
| HSV(B) | 53.88º | 0.42% | 0.45% | - |
| XYZ | 13.9 | 15.49 | 7.57 | - |
| YUV | 107.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 67 | 0 | 0.04 | 0.42 | 0.55 | 53.88 | 0.27 | 0.36 |
| Hex | 74 | 6F | 43 | 0 | 4 | 2A | 37 | 36 | 1B | 24 |
| Octal | 164 | 157 | 103 | 0 | 4 | 52 | 67 | 66 | 33 | 44 |
| Binary | 1110100 | 1101111 | 1000011 | 0 | 100 | 101010 | 110111 | 110110 | 11011 | 100100 |
Color Harmonies of #746F43
Complementary color
Monochromatic Colors of #746F43
Black with #746F43
Text Example
Text Example
White with #746F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F43; }
p { color: rgb(116,111,67); }
H1.HeaderClassName
{
color: #746F43;
}
.AnyTagClassName
{
color: #746F43;
}
</style>
background-color css
<style>
a { background-color: #746F43; }
a { background-color: rgb(116,111,67); }
div.DivClassName
{
background-color: #746F43;
}
.BgClassName
{
background-color: #746F43;
}
</style>
border-color css
<style>
span { border-color: #746F43; }
span { border-color: rgb(116,111,67); }
td.TdClassName
{
border-color: #746F43;
}
.TagClassName
{
border-color: #746F43;
}
</style>