#746D42

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

Shades of Go Ben #746D42

Tints of Go Ben #746D42

Color information

#746D42 (or 0x746D42) is unknown color: approx Go Ben. HEX triplet: 74, 6D and 42. RGB value is (116,109,66). Sum of RGB (Red+Green+Blue) = 116+109+66=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D42 is #8B92BD. Grayscale: #6A6A6A. Windows color (decimal): -9147070 or 4353396. OLE color: 4353396.

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

Color convert

RGB11610966-
CMYK00.060.430.55
HSL51.6º27.47%35.69%-
HSV(B)51.6º43.1%45.49%-
XYZ13.6515.047.34-
YUV106.19105.32135-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=39.86%
G=37.46%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161096600.060.430.5551.627.4735.69
Hex746D42062B37341b24
Octal164155102065367643344
Binary111010011011011000010011010101111011111010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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