Html Css Color HEX #666A46 Woodland

📋 copy color: '#666A46'

red 102 ◦ green 106 ◦ blue 70

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

Shades of Woodland #666A46

Tints of Woodland #666A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 36.69%
G = 38.13%
B = 25.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#666A46 (or 0x666A46) is known color: Woodland. HEX triplet: 66, 6A and 46. RGB value is (102,106,70). Sum of RGB (Red+Green+Blue) = 102+106+70=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #666A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666A46 is #9995B9. Grayscale: #646464. Windows color (decimal): -10065338 or 4614758. OLE color: 4614758.

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

Color convert

RGB 102 106 70 -
CMYK 0.04 0 0.34 0.58
HSL 66.67º 0.2% 0.35% -
HSV(B) 66.67º 0.34% 0.42% -
XYZ 11.74 13.58 7.8 -
YUV 100.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 102 106 70 0.04 0 0.34 0.58 66.67 0.2 0.35
Hex 66 6A 46 4 0 22 3A 43 14 23
Octal 146 152 106 4 0 42 72 103 24 43
Binary 1100110 1101010 1000110 100 0 100010 111010 1000011 10100 100011

Color Harmonies of #666A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A46

Black with #666A46

Text Example


Text Example

White with #666A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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