#6C6E65

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

Shades of Finch #6C6E65

Tints of Finch #6C6E65

Color information

#6C6E65 (or 0x6C6E65) is unknown color: approx Finch. HEX triplet: 6C, 6E and 65. RGB value is (108,110,101). Sum of RGB (Red+Green+Blue) = 108+110+101=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E65 is #93919A. Grayscale: #6C6C6C. Windows color (decimal): -9671067 or 6647404. OLE color: 6647404.

HSL color Cylindrical-coordinate representation of color #6C6E65: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6E65 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB108110101-
CMYK0.0200.080.57
HSL73.33º4.27%41.37%-
HSV(B)73.33º8.18%43.14%-
XYZ14.1115.2814.52-
YUV108.38123.84127.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=33.86%
G=34.48%
B=31.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081101010.0200.080.5773.334.2741.37
Hex6C6E652083949429
Octal154156145201071111451
Binary11011001101110110010110010001110011001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,110,101); }

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

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

 a { background-color: rgb(108,110,101); }

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

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

 span { border-color: rgb(108,110,101); }

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