#6E7060

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

Shades of Finch #6E7060

Tints of Finch #6E7060

Color information

#6E7060 (or 0x6E7060) is unknown color: approx Finch. HEX triplet: 6E, 70 and 60. RGB value is (110,112,96). Sum of RGB (Red+Green+Blue) = 110+112+96=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7060 is #918F9F. Grayscale: #6D6D6D. Windows color (decimal): -9539488 or 6320238. OLE color: 6320238.

HSL color Cylindrical-coordinate representation of color #6E7060: hue angle of 67.5º 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 #6E7060 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB11011296-
CMYK0.0200.140.56
HSL67.5º7.69%40.78%-
HSV(B)67.5º14.29%43.92%-
XYZ14.3415.7513.35-
YUV109.58120.34128.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=34.59%
G=35.22%
B=30.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112960.0200.140.5667.57.6940.78
Hex6E706020E3844829
Octal1561601402016701041051
Binary110111011100001100000100111011100010001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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