#666B5B

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

Shades of Willow Grove #666B5B

Tints of Willow Grove #666B5B

Color information

#666B5B (or 0x666B5B) is unknown color: approx Willow Grove. HEX triplet: 66, 6B and 5B. RGB value is (102,107,91). Sum of RGB (Red+Green+Blue) = 102+107+91=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #666B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B5B is #9994A4. Grayscale: #676767. Windows color (decimal): -10065061 or 5991270. OLE color: 5991270.

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

Color convert

RGB10210791-
CMYK0.0500.150.58
HSL78.75º8.08%38.82%-
HSV(B)78.75º14.95%41.96%-
XYZ12.6314.111.95-
YUV103.68120.84126.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=34%
G=35.67%
B=30.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107910.0500.150.5878.758.0838.82
Hex666B5B50F3A4f827
Octal1461531335017721171047
Binary1100110110101110110111010111111101010011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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