Html Css Color HEX #666840 Woodland

📋 copy color: '#666840'

red 102 ◦ green 104 ◦ blue 64

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

Shades of Woodland #666840

Tints of Woodland #666840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

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

R = 37.78%
G = 38.52%
B = 23.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#666840 (or 0x666840) is known color: Woodland. HEX triplet: 66, 68 and 40. RGB value is (102,104,64). Sum of RGB (Red+Green+Blue) = 102+104+64=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #666840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666840 is #9997BF. Grayscale: #636363. Windows color (decimal): -10065856 or 4221030. OLE color: 4221030.

HSL color Cylindrical-coordinate representation of color #666840: hue angle of 63º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #666840 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 64 -
CMYK 0.02 0 0.38 0.59
HSL 63º 0.24% 0.33% -
HSV(B) 63º 0.38% 0.41% -
XYZ 11.36 13.1 6.78 -
YUV 98.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 102 104 64 0.02 0 0.38 0.59 63 0.24 0.33
Hex 66 68 40 2 0 26 3B 3F 18 21
Octal 146 150 100 2 0 46 73 77 30 41
Binary 1100110 1101000 1000000 10 0 100110 111011 111111 11000 100001

Color Harmonies of #666840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666840

Black with #666840

Text Example


Text Example

White with #666840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666840; }

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

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

background-color css

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

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

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

border-color css

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

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

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