#666841

Color #666841 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #666841

Tints of Woodland #666841

Color information

#666841 (or 0x666841) is unknown color: approx Woodland. HEX triplet: 66, 68 and 41. RGB value is (102,104,65). Sum of RGB (Red+Green+Blue) = 102+104+65=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #666841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666841 is #9997BE. Grayscale: #636363. Windows color (decimal): -10065855 or 4286566. OLE color: 4286566.

HSL color Cylindrical-coordinate representation of color #666841: hue angle of 63.08º degrees, saturation: 0.23, 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 #666841 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB10210465-
CMYK0.0200.380.59
HSL63.08º23.08%33.14%-
HSV(B)63.08º37.5%40.78%-
XYZ11.3813.116.93-
YUV98.96108.84130.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=37.64%
G=38.38%
B=23.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104650.0200.380.5963.0823.0833.14
Hex66684120263B3f1721
Octal146150101204673772741
Binary11001101101000100000110010011011101111111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666841; }

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

 H1.HeaderClassName
 {
   color: #666841;
 }
 .AnyTagClassName
 {
   color: #666841;
 }
</style>
background-color css

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

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

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

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

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

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