Shades of Go Ben #746A45
Tints of Go Ben #746A45
RGB
CMYK
RGB Variations
Color information
#746A45 (or 0x746A45) is known color: Go Ben. HEX triplet: 74, 6A and 45. RGB value is (116,106,69). Sum of RGB (Red+Green+Blue) = 116+106+69=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A45 is #8B95BA. Grayscale: #686868. Windows color (decimal): -9147835 or 4549236. OLE color: 4549236.
HSL color Cylindrical-coordinate representation of color #746A45: hue angle of 47.23º 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 #746A45 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 69 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.55 |
| HSL | 47.23º | 0.25% | 0.36% | - |
| HSV(B) | 47.23º | 0.41% | 0.45% | - |
| XYZ | 13.43 | 14.45 | 7.71 | - |
| YUV | 104.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 69 | 0 | 0.09 | 0.41 | 0.55 | 47.23 | 0.25 | 0.36 |
| Hex | 74 | 6A | 45 | 0 | 9 | 29 | 37 | 2F | 19 | 24 |
| Octal | 164 | 152 | 105 | 0 | 11 | 51 | 67 | 57 | 31 | 44 |
| Binary | 1110100 | 1101010 | 1000101 | 0 | 1001 | 101001 | 110111 | 101111 | 11001 | 100100 |
Color Harmonies of #746A45
Complementary color
Monochromatic Colors of #746A45
Black with #746A45
Text Example
Text Example
White with #746A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A45; }
p { color: rgb(116,106,69); }
H1.HeaderClassName
{
color: #746A45;
}
.AnyTagClassName
{
color: #746A45;
}
</style>
background-color css
<style>
a { background-color: #746A45; }
a { background-color: rgb(116,106,69); }
div.DivClassName
{
background-color: #746A45;
}
.BgClassName
{
background-color: #746A45;
}
</style>
border-color css
<style>
span { border-color: #746A45; }
span { border-color: rgb(116,106,69); }
td.TdClassName
{
border-color: #746A45;
}
.TagClassName
{
border-color: #746A45;
}
</style>