#6D725B

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

Shades of Finch #6D725B

Tints of Finch #6D725B

Color information

#6D725B (or 0x6D725B) is unknown color: approx Finch. HEX triplet: 6D, 72 and 5B. RGB value is (109,114,91). Sum of RGB (Red+Green+Blue) = 109+114+91=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #6D725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D725B is #928DA4. Grayscale: #6D6D6D. Windows color (decimal): -9604517 or 5993069. OLE color: 5993069.

HSL color Cylindrical-coordinate representation of color #6D725B: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D725B is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB10911491-
CMYK0.0400.200.55
HSL73.04º11.22%40.2%-
HSV(B)73.04º20.18%44.71%-
XYZ14.2116.0412.24-
YUV109.88117.34127.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=34.71%
G=36.31%
B=28.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109114910.0400.200.5573.0411.2240.2
Hex6D725B40143749b28
Octal1551621334024671111350
Binary11011011110010101101110001010011011110010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,114,91); }

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

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

 a { background-color: rgb(109,114,91); }

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

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

 span { border-color: rgb(109,114,91); }

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