#6F7069

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

Shades of Finch #6F7069

Tints of Finch #6F7069

Color information

#6F7069 (or 0x6F7069) is unknown color: approx Finch. HEX triplet: 6F, 70 and 69. RGB value is (111,112,105). Sum of RGB (Red+Green+Blue) = 111+112+105=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7069 is #908F96. Grayscale: #6E6E6E. Windows color (decimal): -9473943 or 6910063. OLE color: 6910063.

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

Color convert

RGB111112105-
CMYK0.0100.060.56
HSL68.57º3.23%42.55%-
HSV(B)68.57º6.25%43.92%-
XYZ14.915.9915.67-
YUV110.9124.67128.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=33.84%
G=34.15%
B=32.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111121050.0100.060.5668.573.2342.55
Hex6F7069106384532b
Octal15716015110670105353
Binary11011111110000110100110110111000100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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