#66705D

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

Shades of Willow Grove #66705D

Tints of Willow Grove #66705D

Color information

#66705D (or 0x66705D) is unknown color: approx Willow Grove. HEX triplet: 66, 70 and 5D. RGB value is (102,112,93). Sum of RGB (Red+Green+Blue) = 102+112+93=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #66705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66705D is #998FA2. Grayscale: #6A6A6A. Windows color (decimal): -10063779 or 6123622. OLE color: 6123622.

HSL color Cylindrical-coordinate representation of color #66705D: hue angle of 91.58º 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 #66705D is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB10211293-
CMYK0.0900.170.56
HSL91.58º9.27%40.2%-
HSV(B)91.58º16.96%43.92%-
XYZ13.2515.212.59-
YUV106.84120.19124.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=33.22%
G=36.48%
B=30.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112930.0900.170.5691.589.2740.2
Hex66705D9011385c928
Octal14616013511021701341150
Binary110011011100001011101100101000111100010111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66705D; }

 p { color: rgb(102,112,93); }

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

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

 a { background-color: rgb(102,112,93); }

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

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

 span { border-color: rgb(102,112,93); }

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