#746E3D

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

Shades of Go Ben #746E3D

Tints of Go Ben #746E3D

Color information

#746E3D (or 0x746E3D) is unknown color: approx Go Ben. HEX triplet: 74, 6E and 3D. RGB value is (116,110,61). Sum of RGB (Red+Green+Blue) = 116+110+61=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E3D is #8B91C2. Grayscale: #6A6A6A. Windows color (decimal): -9146819 or 4025972. OLE color: 4025972.

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

Color convert

RGB11611061-
CMYK00.050.470.55
HSL53.45º31.07%34.71%-
HSV(B)53.45º47.41%45.49%-
XYZ13.6215.26.63-
YUV106.21102.49134.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=40.42%
G=38.33%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161106100.050.470.5553.4531.0734.71
Hex746E3D052F37351f23
Octal16415675055767653743
Binary11101001101110111101010110111111011111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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