#666964

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

Shades of Willow Grove #666964

Tints of Willow Grove #666964

Color information

#666964 (or 0x666964) is unknown color: approx Willow Grove. HEX triplet: 66, 69 and 64. RGB value is (102,105,100). Sum of RGB (Red+Green+Blue) = 102+105+100=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 105 - color contains mainly: green. Hex color #666964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666964 is #99969B. Grayscale: #676767. Windows color (decimal): -10065564 or 6580582. OLE color: 6580582.

HSL color Cylindrical-coordinate representation of color #666964: hue angle of 96º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666964 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB102105100-
CMYK0.0300.050.59
HSL96º2.44%40.2%-
HSV(B)96º4.76%41.18%-
XYZ12.8313.8514.05-
YUV103.53126.01126.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=33.22%
G=34.20%
B=32.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1021051000.0300.050.59962.4440.2
Hex6669643053B60228
Octal14615114430573140250
Binary110011011010011100100110101111011110000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666964; }

 p { color: rgb(102,105,100); }

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

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

 a { background-color: rgb(102,105,100); }

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

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

 span { border-color: rgb(102,105,100); }

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