#666D47

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

Shades of Woodland #666D47

Tints of Woodland #666D47

Color information

#666D47 (or 0x666D47) is unknown color: approx Woodland. HEX triplet: 66, 6D and 47. RGB value is (102,109,71). Sum of RGB (Red+Green+Blue) = 102+109+71=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #666D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D47 is #9992B8. Grayscale: #666666. Windows color (decimal): -10064569 or 4681062. OLE color: 4681062.

HSL color Cylindrical-coordinate representation of color #666D47: hue angle of 71.05º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666D47 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB10210971-
CMYK0.0600.350.57
HSL71.05º21.11%35.29%-
HSV(B)71.05º34.86%42.75%-
XYZ12.0914.228.07-
YUV102.57110.18127.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=36.17%
G=38.65%
B=25.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102109710.0600.350.5771.0521.1135.29
Hex666D47602339471523
Octal1461551076043711072543
Binary1100110110110110001111100100011111001100011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,109,71); }

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

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

 a { background-color: rgb(102,109,71); }

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

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

 span { border-color: rgb(102,109,71); }

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