#6D745D

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

Shades of Willow Grove #6D745D

Tints of Willow Grove #6D745D

Color information

#6D745D (or 0x6D745D) is unknown color: approx Willow Grove. HEX triplet: 6D, 74 and 5D. RGB value is (109,116,93). Sum of RGB (Red+Green+Blue) = 109+116+93=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #6D745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D745D is #928BA2. Grayscale: #6F6F6F. Windows color (decimal): -9604003 or 6124653. OLE color: 6124653.

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

Color convert

RGB10911693-
CMYK0.0600.200.55
HSL78.26º11%40.98%-
HSV(B)78.26º19.83%45.49%-
XYZ14.5316.5312.78-
YUV111.28117.68126.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=34.28%
G=36.48%
B=29.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109116930.0600.200.5578.261140.98
Hex6D745D6014374eb29
Octal1551641356024671161351
Binary11011011110100101110111001010011011110011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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