#6D805F

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

Shades of Willow Grove #6D805F

Tints of Willow Grove #6D805F

Color information

#6D805F (or 0x6D805F) is unknown color: approx Willow Grove. HEX triplet: 6D, 80 and 5F. RGB value is (109,128,95). Sum of RGB (Red+Green+Blue) = 109+128+95=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #6D805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D805F is #927FA0. Grayscale: #767676. Windows color (decimal): -9600929 or 6258797. OLE color: 6258797.

HSL color Cylindrical-coordinate representation of color #6D805F: hue angle of 94.55º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D805F is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB10912895-
CMYK0.1500.260.50
HSL94.55º14.8%43.73%-
HSV(B)94.55º25.78%50.2%-
XYZ16.0919.5213.75-
YUV118.56114.71121.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=32.83%
G=38.55%
B=28.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109128950.1500.260.5094.5514.843.73
Hex6D805FF01A325ff2c
Octal15520013717032621371754
Binary1101101100000001011111111101101011001010111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,95); }

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

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

 a { background-color: rgb(109,128,95); }

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

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

 span { border-color: rgb(109,128,95); }

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