#746C46

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

Shades of Go Ben #746C46

Tints of Go Ben #746C46

Color information

#746C46 (or 0x746C46) is unknown color: approx Go Ben. HEX triplet: 74, 6C and 46. RGB value is (116,108,70). Sum of RGB (Red+Green+Blue) = 116+108+70=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #746C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C46 is #8B93B9. Grayscale: #6A6A6A. Windows color (decimal): -9147322 or 4615284. OLE color: 4615284.

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

Color convert

RGB11610870-
CMYK00.070.400.55
HSL49.57º24.73%36.47%-
HSV(B)49.57º39.66%45.49%-
XYZ13.6714.887.95-
YUV106.06107.65135.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=39.46%
G=36.73%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161087000.070.400.5549.5724.7336.47
Hex746C46072837321924
Octal164154106075067623144
Binary111010011011001000110011110100011011111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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