#666F5C

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

Shades of Willow Grove #666F5C

Tints of Willow Grove #666F5C

Color information

#666F5C (or 0x666F5C) is unknown color: approx Willow Grove. HEX triplet: 66, 6F and 5C. RGB value is (102,111,92). Sum of RGB (Red+Green+Blue) = 102+111+92=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 111 - color contains mainly: green. Hex color #666F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F5C is #9990A3. Grayscale: #6A6A6A. Windows color (decimal): -10064036 or 6057830. OLE color: 6057830.

HSL color Cylindrical-coordinate representation of color #666F5C: hue angle of 88.42º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666F5C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB10211192-
CMYK0.0800.170.56
HSL88.42º9.36%39.8%-
HSV(B)88.42º17.12%43.53%-
XYZ13.114.9712.32-
YUV106.14120.02125.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=33.44%
G=36.39%
B=30.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102111920.0800.170.5688.429.3639.8
Hex666F5C80113858928
Octal14615713410021701301150
Binary110011011011111011100100001000111100010110001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666F5C; }

 p { color: rgb(102,111,92); }

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

<style>
 a { background-color: #666F5C; }

 a { background-color: rgb(102,111,92); }

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

<style>
 span { border-color: #666F5C; }

 span { border-color: rgb(102,111,92); }

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