#666A5E

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

Shades of Willow Grove #666A5E

Tints of Willow Grove #666A5E

Color information

#666A5E (or 0x666A5E) is unknown color: approx Willow Grove. HEX triplet: 66, 6A and 5E. RGB value is (102,106,94). Sum of RGB (Red+Green+Blue) = 102+106+94=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 106 - color contains mainly: green. Hex color #666A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A5E is #9995A1. Grayscale: #676767. Windows color (decimal): -10065314 or 6187622. OLE color: 6187622.

HSL color Cylindrical-coordinate representation of color #666A5E: hue angle of 80º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666A5E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB10210694-
CMYK0.0400.110.58
HSL80º6%39.22%-
HSV(B)80º11.32%41.57%-
XYZ12.6513.9412.61-
YUV103.44122.67126.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=33.77%
G=35.10%
B=31.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102106940.0400.110.5880639.22
Hex666A5E40B3A50627
Octal146152136401372120647
Binary110011011010101011110100010111110101010000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,106,94); }

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

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

 a { background-color: rgb(102,106,94); }

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

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

 span { border-color: rgb(102,106,94); }

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