#6E745E

Color #6E745E Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #6E745E

Tints of Finch #6E745E

Color information

#6E745E (or 0x6E745E) is unknown color: approx Finch. HEX triplet: 6E, 74 and 5E. RGB value is (110,116,94). Sum of RGB (Red+Green+Blue) = 110+116+94=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 116 - color contains mainly: green. Hex color #6E745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E745E is #918BA1. Grayscale: #6F6F6F. Windows color (decimal): -9538466 or 6190190. OLE color: 6190190.

HSL color Cylindrical-coordinate representation of color #6E745E: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E745E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB11011694-
CMYK0.0500.190.55
HSL76.36º10.48%41.18%-
HSV(B)76.36º18.97%45.49%-
XYZ14.716.6113.02-
YUV111.7118.01126.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=34.38%
G=36.25%
B=29.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110116940.0500.190.5576.3610.4841.18
Hex6E745E5013374ca29
Octal1561641365023671141251
Binary11011101110100101111010101001111011110011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E745E; }

 p { color: rgb(110,116,94); }

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

<style>
 a { background-color: #6E745E; }

 a { background-color: rgb(110,116,94); }

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

<style>
 span { border-color: #6E745E; }

 span { border-color: rgb(110,116,94); }

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