#646649

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

Shades of Woodland #646649

Tints of Woodland #646649

Color information

#646649 (or 0x646649) is unknown color: approx Woodland. HEX triplet: 64, 66 and 49. RGB value is (100,102,73). Sum of RGB (Red+Green+Blue) = 100+102+73=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #646649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646649 is #9B99B6. Grayscale: #626262. Windows color (decimal): -10197431 or 4810340. OLE color: 4810340.

HSL color Cylindrical-coordinate representation of color #646649: hue angle of 64.14º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646649 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB10010273-
CMYK0.0200.280.6
HSL64.14º16.57%34.31%-
HSV(B)64.14º28.43%40%-
XYZ11.2112.698.16-
YUV98.1113.84129.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=36.36%
G=37.09%
B=26.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100102730.0200.280.664.1416.5734.31
Hex646649201C3C401122
Octal1441461112034741002142
Binary11001001100110100100110011100111100100000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646649; }

 p { color: rgb(100,102,73); }

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

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

 a { background-color: rgb(100,102,73); }

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

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

 span { border-color: rgb(100,102,73); }

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