#6E775D

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

Shades of Willow Grove #6E775D

Tints of Willow Grove #6E775D

Color information

#6E775D (or 0x6E775D) is unknown color: approx Willow Grove. HEX triplet: 6E, 77 and 5D. RGB value is (110,119,93). Sum of RGB (Red+Green+Blue) = 110+119+93=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #6E775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E775D is #9188A2. Grayscale: #717171. Windows color (decimal): -9537699 or 6125422. OLE color: 6125422.

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

Color convert

RGB11011993-
CMYK0.0800.220.53
HSL80.77º12.26%41.57%-
HSV(B)80.77º21.85%46.67%-
XYZ1517.312.9-
YUV113.34116.52125.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=34.16%
G=36.96%
B=28.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110119930.0800.220.5380.7712.2641.57
Hex6E775D80163551c2a
Octal15616713510026651211452
Binary110111011101111011101100001011011010110100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,119,93); }

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

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

 a { background-color: rgb(110,119,93); }

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

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

 span { border-color: rgb(110,119,93); }

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