#666B60

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

Shades of Willow Grove #666B60

Tints of Willow Grove #666B60

Color information

#666B60 (or 0x666B60) is unknown color: approx Willow Grove. HEX triplet: 66, 6B and 60. RGB value is (102,107,96). Sum of RGB (Red+Green+Blue) = 102+107+96=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 107 - color contains mainly: green. Hex color #666B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B60 is #99949F. Grayscale: #686868. Windows color (decimal): -10065056 or 6318950. OLE color: 6318950.

HSL color Cylindrical-coordinate representation of color #666B60: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #666B60 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB10210796-
CMYK0.0500.100.58
HSL87.27º5.42%39.8%-
HSV(B)87.27º10.28%41.96%-
XYZ12.8514.1813.13-
YUV104.25123.34126.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=33.44%
G=35.08%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107960.0500.100.5887.275.4239.8
Hex666B6050A3A57528
Octal146153140501272127550
Binary110011011010111100000101010101110101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,107,96); }

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

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

 a { background-color: rgb(102,107,96); }

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

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

 span { border-color: rgb(102,107,96); }

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