Html Css Color HEX #666C49 Woodland

📋 copy color: '#666C49'

red 102 ◦ green 108 ◦ blue 73

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

Shades of Woodland #666C49

Tints of Woodland #666C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

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

R = 36.04%
G = 38.16%
B = 25.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#666C49 (or 0x666C49) is known color: Woodland. HEX triplet: 66, 6C and 49. RGB value is (102,108,73). Sum of RGB (Red+Green+Blue) = 102+108+73=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #666C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666C49 is #9993B6. Grayscale: #666666. Windows color (decimal): -10064823 or 4811878. OLE color: 4811878.

HSL color Cylindrical-coordinate representation of color #666C49: hue angle of 70.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666C49 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 108 73 -
CMYK 0.06 0 0.32 0.58
HSL 70.29º 0.19% 0.35% -
HSV(B) 70.29º 0.32% 0.42% -
XYZ 12.04 14.03 8.38 -
YUV 102.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 102 108 73 0.06 0 0.32 0.58 70.29 0.19 0.35
Hex 66 6C 49 6 0 20 3A 46 13 23
Octal 146 154 111 6 0 40 72 106 23 43
Binary 1100110 1101100 1001001 110 0 100000 111010 1000110 10011 100011

Color Harmonies of #666C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C49

Black with #666C49

Text Example


Text Example

White with #666C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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