#666b3d

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

Shades of Woodland #666B3D

Tints of Woodland #666B3D

Color information

#666B3D (or 0x666B3D) is unknown color: approx Woodland. HEX triplet: 66, 6B and 3D. RGB value is (102,107,61). Sum of RGB (Red+Green+Blue) = 102+107+61=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #666B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B3D is #9994C2. Grayscale: #646464. Windows color (decimal): -10065091 or 4025190. OLE color: 4025190.

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

Color convert

RGB10210761-
CMYK0.0500.430.58
HSL66.52º27.38%32.94%-
HSV(B)66.52º42.99%41.96%-
XYZ11.5813.686.44-
YUV100.26105.84129.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=37.78%
G=39.63%
B=22.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107610.0500.430.5866.5227.3832.94
Hex666B3D502B3A431b21
Octal146153755053721033341
Binary110011011010111111011010101011111010100001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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