#746D49

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

Shades of Go Ben #746D49

Tints of Go Ben #746D49

Color information

#746D49 (or 0x746D49) is unknown color: approx Go Ben. HEX triplet: 74, 6D and 49. RGB value is (116,109,73). Sum of RGB (Red+Green+Blue) = 116+109+73=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D49 is #8B92B6. Grayscale: #6B6B6B. Windows color (decimal): -9147063 or 4812148. OLE color: 4812148.

HSL color Cylindrical-coordinate representation of color #746D49: hue angle of 50.23º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746D49 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB11610973-
CMYK00.060.370.55
HSL50.23º22.75%37.06%-
HSV(B)50.23º37.07%45.49%-
XYZ13.8715.138.49-
YUV106.99108.82134.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=38.93%
G=36.58%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161097300.060.370.5550.2322.7537.06
Hex746D49062537321725
Octal164155111064567622745
Binary111010011011011001001011010010111011111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,109,73); }

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

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

 a { background-color: rgb(116,109,73); }

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

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

 span { border-color: rgb(116,109,73); }

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