#6D715F

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

Shades of Finch #6D715F

Tints of Finch #6D715F

Color information

#6D715F (or 0x6D715F) is unknown color: approx Finch. HEX triplet: 6D, 71 and 5F. RGB value is (109,113,95). Sum of RGB (Red+Green+Blue) = 109+113+95=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #6D715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D715F is #928EA0. Grayscale: #6D6D6D. Windows color (decimal): -9604769 or 6254957. OLE color: 6254957.

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

Color convert

RGB10911395-
CMYK0.0400.160.56
HSL73.33º8.65%40.78%-
HSV(B)73.33º15.93%44.31%-
XYZ14.2815.8913.14-
YUV109.75119.67127.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=34.38%
G=35.65%
B=29.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109113950.0400.160.5673.338.6540.78
Hex6D715F40103849929
Octal1551611374020701111151
Binary11011011110001101111110001000011100010010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,113,95); }

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

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

 a { background-color: rgb(109,113,95); }

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

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

 span { border-color: rgb(109,113,95); }

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