#746F45

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

Shades of Go Ben #746F45

Tints of Go Ben #746F45

Color information

#746F45 (or 0x746F45) is unknown color: approx Go Ben. HEX triplet: 74, 6F and 45. RGB value is (116,111,69). Sum of RGB (Red+Green+Blue) = 116+111+69=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #746F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F45 is #8B90BA. Grayscale: #6B6B6B. Windows color (decimal): -9146555 or 4550516. OLE color: 4550516.

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

Color convert

RGB11611169-
CMYK00.040.410.55
HSL53.62º25.41%36.27%-
HSV(B)53.62º40.52%45.49%-
XYZ13.9615.517.89-
YUV107.71106.16133.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=39.19%
G=37.5%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161116900.040.410.5553.6225.4136.27
Hex746F45042937361924
Octal164157105045167663144
Binary111010011011111000101010010100111011111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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