#666B40

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

Shades of Woodland #666B40

Tints of Woodland #666B40

Color information

#666B40 (or 0x666B40) is unknown color: approx Woodland. HEX triplet: 66, 6B and 40. RGB value is (102,107,64). Sum of RGB (Red+Green+Blue) = 102+107+64=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #666B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B40 is #9994BF. Grayscale: #646464. Windows color (decimal): -10065088 or 4221798. OLE color: 4221798.

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

Color convert

RGB10210764-
CMYK0.0500.400.58
HSL66.98º25.15%33.53%-
HSV(B)66.98º40.19%41.96%-
XYZ11.6613.716.88-
YUV100.6107.34129-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=37.36%
G=39.19%
B=23.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107640.0500.400.5866.9825.1533.53
Hex666B4050283A431922
Octal1461531005050721033142
Binary1100110110101110000001010101000111010100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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