Html Css Color HEX #666D42 Woodland

📋 copy color: '#666D42'

red 102 ◦ green 109 ◦ blue 66

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

Shades of Woodland #666D42

Tints of Woodland #666D42

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.35%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 36.82%
G = 39.35%
B = 23.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#666D42 (or 0x666D42) is known color: Woodland. HEX triplet: 66, 6D and 42. RGB value is (102,109,66). Sum of RGB (Red+Green+Blue) = 102+109+66=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #666D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D42 is #9992BD. Grayscale: #666666. Windows color (decimal): -10064574 or 4353382. OLE color: 4353382.

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

Color convert

RGB 102 109 66 -
CMYK 0.06 0 0.39 0.57
HSL 69.77º 0.25% 0.34% -
HSV(B) 69.77º 0.39% 0.43% -
XYZ 11.93 14.16 7.26 -
YUV 102.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 102 109 66 0.06 0 0.39 0.57 69.77 0.25 0.34
Hex 66 6D 42 6 0 27 39 46 19 22
Octal 146 155 102 6 0 47 71 106 31 42
Binary 1100110 1101101 1000010 110 0 100111 111001 1000110 11001 100010

Color Harmonies of #666D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D42

Black with #666D42

Text Example


Text Example

White with #666D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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