Shades of Go Ben #746945
Tints of Go Ben #746945
RGB
CMYK
RGB Variations
Color information
#746945 (or 0x746945) is known color: Go Ben. HEX triplet: 74, 69 and 45. RGB value is (116,105,69). Sum of RGB (Red+Green+Blue) = 116+105+69=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #746945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746945 is #8B96BA. Grayscale: #686868. Windows color (decimal): -9148091 or 4548980. OLE color: 4548980.
HSL color Cylindrical-coordinate representation of color #746945: hue angle of 45.96º degrees, saturation: 0.25, 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 #746945 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 69 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.55 |
| HSL | 45.96º | 0.25% | 0.36% | - |
| HSV(B) | 45.96º | 0.41% | 0.45% | - |
| XYZ | 13.33 | 14.25 | 7.68 | - |
| YUV | 104.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 69 | 0 | 0.09 | 0.41 | 0.55 | 45.96 | 0.25 | 0.36 |
| Hex | 74 | 69 | 45 | 0 | 9 | 29 | 37 | 2E | 19 | 24 |
| Octal | 164 | 151 | 105 | 0 | 11 | 51 | 67 | 56 | 31 | 44 |
| Binary | 1110100 | 1101001 | 1000101 | 0 | 1001 | 101001 | 110111 | 101110 | 11001 | 100100 |
Color Harmonies of #746945
Complementary color
Monochromatic Colors of #746945
Black with #746945
Text Example
Text Example
White with #746945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746945; }
p { color: rgb(116,105,69); }
H1.HeaderClassName
{
color: #746945;
}
.AnyTagClassName
{
color: #746945;
}
</style>
background-color css
<style>
a { background-color: #746945; }
a { background-color: rgb(116,105,69); }
div.DivClassName
{
background-color: #746945;
}
.BgClassName
{
background-color: #746945;
}
</style>
border-color css
<style>
span { border-color: #746945; }
span { border-color: rgb(116,105,69); }
td.TdClassName
{
border-color: #746945;
}
.TagClassName
{
border-color: #746945;
}
</style>