#666845

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

Shades of Woodland #666845

Tints of Woodland #666845

Color information

#666845 (or 0x666845) is unknown color: approx Woodland. HEX triplet: 66, 68 and 45. RGB value is (102,104,69). Sum of RGB (Red+Green+Blue) = 102+104+69=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #666845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666845 is #9997BA. Grayscale: #636363. Windows color (decimal): -10065851 or 4548710. OLE color: 4548710.

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

Color convert

RGB10210469-
CMYK0.0200.340.59
HSL63.43º20.23%33.92%-
HSV(B)63.43º33.65%40.78%-
XYZ11.513.167.56-
YUV99.41110.84129.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=37.09%
G=37.82%
B=25.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104690.0200.340.5963.4320.2333.92
Hex66684520223B3f1422
Octal146150105204273772442
Binary11001101101000100010110010001011101111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666845; }

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

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

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

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

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

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

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

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