#666844

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

Shades of Woodland #666844

Tints of Woodland #666844

Color information

#666844 (or 0x666844) is unknown color: approx Woodland. HEX triplet: 66, 68 and 44. RGB value is (102,104,68). Sum of RGB (Red+Green+Blue) = 102+104+68=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #666844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666844 is #9997BB. Grayscale: #636363. Windows color (decimal): -10065852 or 4483174. OLE color: 4483174.

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

Color convert

RGB10210468-
CMYK0.0200.350.59
HSL63.33º20.93%33.73%-
HSV(B)63.33º34.62%40.78%-
XYZ11.4713.147.4-
YUV99.3110.34129.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=37.23%
G=37.96%
B=24.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104680.0200.350.5963.3320.9333.73
Hex66684420233B3f1522
Octal146150104204373772542
Binary11001101101000100010010010001111101111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666844; }

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

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

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

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

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

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

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

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