#646D4D

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

Shades of Woodland #646D4D

Tints of Woodland #646D4D

Color information

#646D4D (or 0x646D4D) is unknown color: approx Woodland. HEX triplet: 64, 6D and 4D. RGB value is (100,109,77). Sum of RGB (Red+Green+Blue) = 100+109+77=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #646D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D4D is #9B92B2. Grayscale: #666666. Windows color (decimal): -10195635 or 5074276. OLE color: 5074276.

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

Color convert

RGB10010977-
CMYK0.0800.290.57
HSL76.88º17.2%36.47%-
HSV(B)76.88º29.36%42.75%-
XYZ12.0614.189.12-
YUV102.66113.52126.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=34.97%
G=38.11%
B=26.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109770.0800.290.5776.8817.236.47
Hex646D4D801D394d1124
Octal14415511510035711152144
Binary1100100110110110011011000011101111001100110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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