#6D715E

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

Shades of Finch #6D715E

Tints of Finch #6D715E

Color information

#6D715E (or 0x6D715E) is unknown color: approx Finch. HEX triplet: 6D, 71 and 5E. RGB value is (109,113,94). Sum of RGB (Red+Green+Blue) = 109+113+94=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #6D715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D715E is #928EA1. Grayscale: #6D6D6D. Windows color (decimal): -9604770 or 6189421. OLE color: 6189421.

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

Color convert

RGB10911394-
CMYK0.0400.170.56
HSL72.63º9.18%40.59%-
HSV(B)72.63º16.81%44.31%-
XYZ14.2315.8712.9-
YUV109.64119.17127.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.49%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=34.49%
G=35.76%
B=29.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109113940.0400.170.5672.639.1840.59
Hex6D715E40113849929
Octal1551611364021701111151
Binary11011011110001101111010001000111100010010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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