#6D7060

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

Shades of Finch #6D7060

Tints of Finch #6D7060

Color information

#6D7060 (or 0x6D7060) is unknown color: approx Finch. HEX triplet: 6D, 70 and 60. RGB value is (109,112,96). Sum of RGB (Red+Green+Blue) = 109+112+96=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7060 is #928F9F. Grayscale: #6D6D6D. Windows color (decimal): -9605024 or 6320237. OLE color: 6320237.

HSL color Cylindrical-coordinate representation of color #6D7060: hue angle of 71.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7060 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB10911296-
CMYK0.0300.140.56
HSL71.25º7.69%40.78%-
HSV(B)71.25º14.29%43.92%-
XYZ14.2115.6813.34-
YUV109.28120.51127.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=34.38%
G=35.33%
B=30.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112960.0300.140.5671.257.6940.78
Hex6D706030E3847829
Octal1551601403016701071051
Binary110110111100001100000110111011100010001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,96); }

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

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

 a { background-color: rgb(109,112,96); }

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

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

 span { border-color: rgb(109,112,96); }

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