#666B3E

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

Shades of Woodland #666B3E

Tints of Woodland #666B3E

Color information

#666B3E (or 0x666B3E) is unknown color: approx Woodland. HEX triplet: 66, 6B and 3E. RGB value is (102,107,62). Sum of RGB (Red+Green+Blue) = 102+107+62=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #666B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B3E is #9994C1. Grayscale: #646464. Windows color (decimal): -10065090 or 4090726. OLE color: 4090726.

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

Color convert

RGB10210762-
CMYK0.0500.420.58
HSL66.67º26.63%33.14%-
HSV(B)66.67º42.06%41.96%-
XYZ11.6113.696.59-
YUV100.37106.34129.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=37.64%
G=39.48%
B=22.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107620.0500.420.5866.6726.6333.14
Hex666B3E502A3A431b21
Octal146153765052721033341
Binary110011011010111111101010101010111010100001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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