#6F7060

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

Shades of Finch #6F7060

Tints of Finch #6F7060

Color information

#6F7060 (or 0x6F7060) is unknown color: approx Finch. HEX triplet: 6F, 70 and 60. RGB value is (111,112,96). Sum of RGB (Red+Green+Blue) = 111+112+96=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7060 is #908F9F. Grayscale: #6D6D6D. Windows color (decimal): -9473952 or 6320239. OLE color: 6320239.

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

Color convert

RGB11111296-
CMYK0.0100.140.56
HSL63.75º7.69%40.78%-
HSV(B)63.75º14.29%43.92%-
XYZ14.4615.8113.36-
YUV109.88120.17128.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=34.80%
G=35.11%
B=30.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112960.0100.140.5663.757.6940.78
Hex6F706010E3840829
Octal1571601401016701001051
Binary11011111110000110000010111011100010000001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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