#746C43

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

Shades of Go Ben #746C43

Tints of Go Ben #746C43

Color information

#746C43 (or 0x746C43) is unknown color: approx Go Ben. HEX triplet: 74, 6C and 43. RGB value is (116,108,67). Sum of RGB (Red+Green+Blue) = 116+108+67=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C43 is #8B93BC. Grayscale: #696969. Windows color (decimal): -9147325 or 4418676. OLE color: 4418676.

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

Color convert

RGB11610867-
CMYK00.070.420.55
HSL50.2º26.78%35.88%-
HSV(B)50.2º42.24%45.49%-
XYZ13.5814.847.46-
YUV105.72106.15135.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 67 (26.56% from 255) = 23.02%
R=39.86%
G=37.11%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161086700.070.420.5550.226.7835.88
Hex746C43072A37321b24
Octal164154103075267623344
Binary111010011011001000011011110101011011111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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