#6D715C

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

Shades of Finch #6D715C

Tints of Finch #6D715C

Color information

#6D715C (or 0x6D715C) is unknown color: approx Finch. HEX triplet: 6D, 71 and 5C. RGB value is (109,113,92). Sum of RGB (Red+Green+Blue) = 109+113+92=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #6D715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D715C is #928EA3. Grayscale: #6D6D6D. Windows color (decimal): -9604772 or 6058349. OLE color: 6058349.

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

Color convert

RGB10911392-
CMYK0.0400.190.56
HSL71.43º10.24%40.2%-
HSV(B)71.43º18.58%44.31%-
XYZ14.1415.8312.44-
YUV109.41118.17127.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=34.71%
G=35.99%
B=29.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109113920.0400.190.5671.4310.2440.2
Hex6D715C40133847a28
Octal1551611344023701071250
Binary11011011110001101110010001001111100010001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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