#6D775F

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

Shades of Willow Grove #6D775F

Tints of Willow Grove #6D775F

Color information

#6D775F (or 0x6D775F) is unknown color: approx Willow Grove. HEX triplet: 6D, 77 and 5F. RGB value is (109,119,95). Sum of RGB (Red+Green+Blue) = 109+119+95=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #6D775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D775F is #9288A0. Grayscale: #717171. Windows color (decimal): -9603233 or 6256493. OLE color: 6256493.

HSL color Cylindrical-coordinate representation of color #6D775F: hue angle of 85º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D775F is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB10911995-
CMYK0.0800.200.53
HSL85º11.21%41.96%-
HSV(B)85º20.17%46.67%-
XYZ14.9717.2713.37-
YUV113.27117.69124.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.75%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=33.75%
G=36.84%
B=29.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109119950.0800.200.538511.2141.96
Hex6D775F80143555b2a
Octal15516713710024651251352
Binary110110111101111011111100001010011010110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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