#746F40

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

Shades of Go Ben #746F40

Tints of Go Ben #746F40

Color information

#746F40 (or 0x746F40) is unknown color: approx Go Ben. HEX triplet: 74, 6F and 40. RGB value is (116,111,64). Sum of RGB (Red+Green+Blue) = 116+111+64=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F40 is #8B90BF. Grayscale: #6B6B6B. Windows color (decimal): -9146560 or 4222836. OLE color: 4222836.

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

Color convert

RGB11611164-
CMYK00.040.450.55
HSL54.23º28.89%35.29%-
HSV(B)54.23º44.83%45.49%-
XYZ13.8115.457.11-
YUV107.14103.66134.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=39.86%
G=38.14%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161116400.040.450.5554.2328.8935.29
Hex746F40042D37361d23
Octal164157100045567663543
Binary111010011011111000000010010110111011111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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