#746D4A

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

Shades of Go Ben #746D4A

Tints of Go Ben #746D4A

Color information

#746D4A (or 0x746D4A) is unknown color: approx Go Ben. HEX triplet: 74, 6D and 4A. RGB value is (116,109,74). Sum of RGB (Red+Green+Blue) = 116+109+74=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #746D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D4A is #8B92B5. Grayscale: #6B6B6B. Windows color (decimal): -9147062 or 4877684. OLE color: 4877684.

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

Color convert

RGB11610974-
CMYK00.060.360.55
HSL50º22.11%37.25%-
HSV(B)50º36.21%45.49%-
XYZ13.9115.148.67-
YUV107.1109.32134.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=38.80%
G=36.45%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161097400.060.360.555022.1137.25
Hex746D4A062437321625
Octal164155112064467622645
Binary111010011011011001010011010010011011111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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