#6E775C

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

Shades of Willow Grove #6E775C

Tints of Willow Grove #6E775C

Color information

#6E775C (or 0x6E775C) is unknown color: approx Willow Grove. HEX triplet: 6E, 77 and 5C. RGB value is (110,119,92). Sum of RGB (Red+Green+Blue) = 110+119+92=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #6E775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E775C is #9188A3. Grayscale: #717171. Windows color (decimal): -9537700 or 6059886. OLE color: 6059886.

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

Color convert

RGB11011992-
CMYK0.0800.230.53
HSL80º12.8%41.37%-
HSV(B)80º22.69%46.67%-
XYZ14.9617.2812.67-
YUV113.23116.02125.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=34.27%
G=37.07%
B=28.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110119920.0800.230.538012.841.37
Hex6E775C80173550d29
Octal15616713410027651201551
Binary110111011101111011100100001011111010110100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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