#746E46

Color #746E46 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #746E46

Tints of Go Ben #746E46

Color information

#746E46 (or 0x746E46) is unknown color: approx Go Ben. HEX triplet: 74, 6E and 46. RGB value is (116,110,70). Sum of RGB (Red+Green+Blue) = 116+110+70=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #746E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E46 is #8B91B9. Grayscale: #6B6B6B. Windows color (decimal): -9146810 or 4615796. OLE color: 4615796.

HSL color Cylindrical-coordinate representation of color #746E46: hue angle of 52.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746E46 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB11611070-
CMYK00.050.400.55
HSL52.17º24.73%36.47%-
HSV(B)52.17º39.66%45.49%-
XYZ13.8815.318.02-
YUV107.23106.99134.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=39.19%
G=37.16%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161107000.050.400.5552.1724.7336.47
Hex746E46052837341924
Octal164156106055067643144
Binary111010011011101000110010110100011011111010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E46; }

 p { color: rgb(116,110,70); }

 H1.HeaderClassName
 {
   color: #746E46;
 }
 .AnyTagClassName
 {
   color: #746E46;
 }
</style>
background-color css

<style>
 a { background-color: #746E46; }

 a { background-color: rgb(116,110,70); }

 div.DivClassName
 {
   background-color: #746E46;
 }
 .BgClassName
 {
   background-color: #746E46;
 }
</style>
border-color css

<style>
 span { border-color: #746E46; }

 span { border-color: rgb(116,110,70); }

 td.TdClassName
 {
   border-color: #746E46;
 }
 .TagClassName
 {
   border-color: #746E46;
 }
</style>