#6D805B

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

Shades of Willow Grove #6D805B

Tints of Willow Grove #6D805B

Color information

#6D805B (or 0x6D805B) is unknown color: approx Willow Grove. HEX triplet: 6D, 80 and 5B. RGB value is (109,128,91). Sum of RGB (Red+Green+Blue) = 109+128+91=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #6D805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D805B is #927FA4. Grayscale: #767676. Windows color (decimal): -9600933 or 5996653. OLE color: 5996653.

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

Color convert

RGB10912891-
CMYK0.1500.290.50
HSL90.81º16.89%42.94%-
HSV(B)90.81º28.91%50.2%-
XYZ15.9119.4412.81-
YUV118.1112.71121.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=33.23%
G=39.02%
B=27.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109128910.1500.290.5090.8116.8942.94
Hex6D805BF01D325b112b
Octal15520013317035621332153
Binary11011011000000010110111111011101110010101101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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