Html Css Color HEX #666A40 Woodland

📋 copy color: '#666A40'

red 102 ◦ green 106 ◦ blue 64

#666A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #666A40

Tints of Woodland #666A40

RGB

 RED value IS 102 (40.23% from 255) = 37.5%

 GREEN value IS 106 (41.8% from 255) = 38.97%

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 37.5%
G = 38.97%
B = 23.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#666A40 (or 0x666A40) is known color: Woodland. HEX triplet: 66, 6A and 40. RGB value is (102,106,64). Sum of RGB (Red+Green+Blue) = 102+106+64=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #666A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666A40 is #9995BF. Grayscale: #646464. Windows color (decimal): -10065344 or 4221542. OLE color: 4221542.

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

Color convert

RGB 102 106 64 -
CMYK 0.04 0 0.40 0.58
HSL 65.71º 0.25% 0.33% -
HSV(B) 65.71º 0.4% 0.42% -
XYZ 11.56 13.5 6.85 -
YUV 100.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 102 106 64 0.04 0 0.40 0.58 65.71 0.25 0.33
Hex 66 6A 40 4 0 28 3A 42 19 21
Octal 146 152 100 4 0 50 72 102 31 41
Binary 1100110 1101010 1000000 100 0 101000 111010 1000010 11001 100001

Color Harmonies of #666A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A40

Black with #666A40

Text Example


Text Example

White with #666A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #666A40;
 }
 .AnyTagClassName
 {
   color: #666A40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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