#6E735C

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

Shades of Finch #6E735C

Tints of Finch #6E735C

Color information

#6E735C (or 0x6E735C) is unknown color: approx Finch. HEX triplet: 6E, 73 and 5C. RGB value is (110,115,92). Sum of RGB (Red+Green+Blue) = 110+115+92=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #6E735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E735C is #918CA3. Grayscale: #6E6E6E. Windows color (decimal): -9538724 or 6058862. OLE color: 6058862.

HSL color Cylindrical-coordinate representation of color #6E735C: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E735C is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11011592-
CMYK0.0400.200.55
HSL73.04º11.11%40.59%-
HSV(B)73.04º20%45.1%-
XYZ14.4916.3512.52-
YUV110.88117.34127.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=34.70%
G=36.28%
B=29.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110115920.0400.200.5573.0411.1140.59
Hex6E735C40143749b29
Octal1561631344024671111351
Binary11011101110011101110010001010011011110010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,115,92); }

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

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

 a { background-color: rgb(110,115,92); }

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

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

 span { border-color: rgb(110,115,92); }

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