#746E42

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

Shades of Go Ben #746E42

Tints of Go Ben #746E42

Color information

#746E42 (or 0x746E42) is unknown color: approx Go Ben. HEX triplet: 74, 6E and 42. RGB value is (116,110,66). Sum of RGB (Red+Green+Blue) = 116+110+66=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #746E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E42 is #8B91BD. Grayscale: #6A6A6A. Windows color (decimal): -9146814 or 4353652. OLE color: 4353652.

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

Color convert

RGB11611066-
CMYK00.050.430.55
HSL52.8º27.47%35.69%-
HSV(B)52.8º43.1%45.49%-
XYZ13.7615.267.37-
YUV106.78104.99134.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=39.73%
G=37.67%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161106600.050.430.5552.827.4735.69
Hex746E42052B37351b24
Octal164156102055367653344
Binary111010011011101000010010110101111011111010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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