#6D7457

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

Shades of Finch #6D7457

Tints of Finch #6D7457

Color information

#6D7457 (or 0x6D7457) is unknown color: approx Finch. HEX triplet: 6D, 74 and 57. RGB value is (109,116,87). Sum of RGB (Red+Green+Blue) = 109+116+87=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7457 is #928BA8. Grayscale: #6E6E6E. Windows color (decimal): -9604009 or 5731437. OLE color: 5731437.

HSL color Cylindrical-coordinate representation of color #6D7457: hue angle of 74.48º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D7457 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB10911687-
CMYK0.0600.250.55
HSL74.48º14.29%39.8%-
HSV(B)74.48º25%45.49%-
XYZ14.2716.4311.44-
YUV110.6114.68126.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.94%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=34.94%
G=37.18%
B=27.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109116870.0600.250.5574.4814.2939.8
Hex6D74576019374ae28
Octal1551641276031671121650
Binary11011011110100101011111001100111011110010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,116,87); }

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

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

 a { background-color: rgb(109,116,87); }

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

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

 span { border-color: rgb(109,116,87); }

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