#6C705F

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

Shades of Finch #6C705F

Tints of Finch #6C705F

Color information

#6C705F (or 0x6C705F) is unknown color: approx Finch. HEX triplet: 6C, 70 and 5F. RGB value is (108,112,95). Sum of RGB (Red+Green+Blue) = 108+112+95=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #6C705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C705F is #938FA0. Grayscale: #6C6C6C. Windows color (decimal): -9670561 or 6254700. OLE color: 6254700.

HSL color Cylindrical-coordinate representation of color #6C705F: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C705F is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB10811295-
CMYK0.0400.150.56
HSL74.12º8.21%40.59%-
HSV(B)74.12º15.18%43.92%-
XYZ14.0415.613.1-
YUV108.87120.17127.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=34.29%
G=35.56%
B=30.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112950.0400.150.5674.128.2140.59
Hex6C705F40F384a829
Octal1541601374017701121051
Binary1101100111000010111111000111111100010010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,112,95); }

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

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

 a { background-color: rgb(108,112,95); }

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

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

 span { border-color: rgb(108,112,95); }

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