#6F705C

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

Shades of Finch #6F705C

Tints of Finch #6F705C

Color information

#6F705C (or 0x6F705C) is unknown color: approx Finch. HEX triplet: 6F, 70 and 5C. RGB value is (111,112,92). Sum of RGB (Red+Green+Blue) = 111+112+92=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #6F705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F705C is #908FA3. Grayscale: #6D6D6D. Windows color (decimal): -9473956 or 6058095. OLE color: 6058095.

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

Color convert

RGB11111292-
CMYK0.0100.180.56
HSL63º9.8%40%-
HSV(B)63º17.86%43.92%-
XYZ14.2815.7412.41-
YUV109.42118.17129.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=35.24%
G=35.56%
B=29.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112920.0100.180.56639.840
Hex6F705C1012383fa28
Octal157160134102270771250
Binary11011111110000101110010100101110001111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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