Html Css Color HEX #666D49 Woodland

📋 copy color: '#666D49'

red 102 ◦ green 109 ◦ blue 73

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

Shades of Woodland #666D49

Tints of Woodland #666D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 35.92%
G = 38.38%
B = 25.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#666D49 (or 0x666D49) is known color: Woodland. HEX triplet: 66, 6D and 49. RGB value is (102,109,73). Sum of RGB (Red+Green+Blue) = 102+109+73=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #666D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D49 is #9992B6. Grayscale: #666666. Windows color (decimal): -10064567 or 4812134. OLE color: 4812134.

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

Color convert

RGB 102 109 73 -
CMYK 0.06 0 0.33 0.57
HSL 71.67º 0.2% 0.36% -
HSV(B) 71.67º 0.33% 0.43% -
XYZ 12.15 14.24 8.41 -
YUV 102.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 102 109 73 0.06 0 0.33 0.57 71.67 0.2 0.36
Hex 66 6D 49 6 0 21 39 48 14 24
Octal 146 155 111 6 0 41 71 110 24 44
Binary 1100110 1101101 1001001 110 0 100001 111001 1001000 10100 100100

Color Harmonies of #666D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D49

Black with #666D49

Text Example


Text Example

White with #666D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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