#746F42

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

Shades of Go Ben #746F42

Tints of Go Ben #746F42

Color information

#746F42 (or 0x746F42) is unknown color: approx Go Ben. HEX triplet: 74, 6F and 42. RGB value is (116,111,66). Sum of RGB (Red+Green+Blue) = 116+111+66=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #746F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F42 is #8B90BD. Grayscale: #6B6B6B. Windows color (decimal): -9146558 or 4353908. OLE color: 4353908.

HSL color Cylindrical-coordinate representation of color #746F42: hue angle of 54º 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 #746F42 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB11611166-
CMYK00.040.430.55
HSL54º27.47%35.69%-
HSV(B)54º43.1%45.49%-
XYZ13.8715.487.41-
YUV107.36104.66134.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=39.59%
G=37.88%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161116600.040.430.555427.4735.69
Hex746F42042B37361b24
Octal164157102045367663344
Binary111010011011111000010010010101111011111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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