#746C42

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

Shades of Go Ben #746C42

Tints of Go Ben #746C42

Color information

#746C42 (or 0x746C42) is unknown color: approx Go Ben. HEX triplet: 74, 6C and 42. RGB value is (116,108,66). Sum of RGB (Red+Green+Blue) = 116+108+66=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #746C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C42 is #8B93BD. Grayscale: #696969. Windows color (decimal): -9147326 or 4353140. OLE color: 4353140.

HSL color Cylindrical-coordinate representation of color #746C42: hue angle of 50.4º 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 #746C42 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB11610866-
CMYK00.070.430.55
HSL50.4º27.47%35.69%-
HSV(B)50.4º43.1%45.49%-
XYZ13.5514.837.3-
YUV105.6105.65135.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=40%
G=37.24%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161086600.070.430.5550.427.4735.69
Hex746C42072B37321b24
Octal164154102075367623344
Binary111010011011001000010011110101111011111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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