#6F7164

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

Shades of Finch #6F7164

Tints of Finch #6F7164

Color information

#6F7164 (or 0x6F7164) is unknown color: approx Finch. HEX triplet: 6F, 71 and 64. RGB value is (111,113,100). Sum of RGB (Red+Green+Blue) = 111+113+100=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7164 is #908E9B. Grayscale: #6E6E6E. Windows color (decimal): -9473692 or 6582639. OLE color: 6582639.

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

Color convert

RGB111113100-
CMYK0.0200.120.56
HSL69.23º6.1%41.76%-
HSV(B)69.23º11.5%44.31%-
XYZ14.7616.1114.39-
YUV110.92121.84128.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=34.26%
G=34.88%
B=30.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111131000.0200.120.5669.236.141.76
Hex6F716420C384562a
Octal157161144201470105652
Binary11011111110001110010010011001110001000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,100); }

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

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

 a { background-color: rgb(111,113,100); }

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

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

 span { border-color: rgb(111,113,100); }

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