#646D4C

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

Shades of Woodland #646D4C

Tints of Woodland #646D4C

Color information

#646D4C (or 0x646D4C) is unknown color: approx Woodland. HEX triplet: 64, 6D and 4C. RGB value is (100,109,76). Sum of RGB (Red+Green+Blue) = 100+109+76=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #646D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646D4C is #9B92B3. Grayscale: #666666. Windows color (decimal): -10195636 or 5008740. OLE color: 5008740.

HSL color Cylindrical-coordinate representation of color #646D4C: hue angle of 76.36º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646D4C is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB10010976-
CMYK0.0800.300.57
HSL76.36º17.84%36.27%-
HSV(B)76.36º30.28%42.75%-
XYZ12.0314.178.94-
YUV102.55113.02126.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=35.09%
G=38.25%
B=26.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109760.0800.300.5776.3617.8436.27
Hex646D4C801E394c1224
Octal14415511410036711142244
Binary1100100110110110011001000011110111001100110010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D4C; }

 p { color: rgb(100,109,76); }

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

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

 a { background-color: rgb(100,109,76); }

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

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

 span { border-color: rgb(100,109,76); }

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