#6E745B

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

Shades of Finch #6E745B

Tints of Finch #6E745B

Color information

#6E745B (or 0x6E745B) is unknown color: approx Finch. HEX triplet: 6E, 74 and 5B. RGB value is (110,116,91). Sum of RGB (Red+Green+Blue) = 110+116+91=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #6E745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E745B is #918BA4. Grayscale: #6F6F6F. Windows color (decimal): -9538469 or 5993582. OLE color: 5993582.

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

Color convert

RGB11011691-
CMYK0.0500.220.55
HSL74.4º12.08%40.59%-
HSV(B)74.4º21.55%45.49%-
XYZ14.5616.5612.33-
YUV111.36116.51127.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=34.70%
G=36.59%
B=28.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110116910.0500.220.5574.412.0840.59
Hex6E745B5016374ac29
Octal1561641335026671121451
Binary11011101110100101101110101011011011110010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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