#6D7063

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

Shades of Finch #6D7063

Tints of Finch #6D7063

Color information

#6D7063 (or 0x6D7063) is unknown color: approx Finch. HEX triplet: 6D, 70 and 63. RGB value is (109,112,99). Sum of RGB (Red+Green+Blue) = 109+112+99=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7063 is #928F9C. Grayscale: #6D6D6D. Windows color (decimal): -9605021 or 6516845. OLE color: 6516845.

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

Color convert

RGB10911299-
CMYK0.0300.120.56
HSL73.85º6.16%41.37%-
HSV(B)73.85º11.61%43.92%-
XYZ14.3515.7414.09-
YUV109.62122.01127.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=34.06%
G=35%
B=30.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112990.0300.120.5673.856.1641.37
Hex6D706330C384a629
Octal155160143301470112651
Binary11011011110000110001111011001110001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,99); }

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

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

 a { background-color: rgb(109,112,99); }

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

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

 span { border-color: rgb(109,112,99); }

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