#646E4D

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

Shades of Woodland #646E4D

Tints of Woodland #646E4D

Color information

#646E4D (or 0x646E4D) is unknown color: approx Woodland. HEX triplet: 64, 6E and 4D. RGB value is (100,110,77). Sum of RGB (Red+Green+Blue) = 100+110+77=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #646E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E4D is #9B91B2. Grayscale: #676767. Windows color (decimal): -10195379 or 5074532. OLE color: 5074532.

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

Color convert

RGB10011077-
CMYK0.0900.30.57
HSL78.18º17.65%36.67%-
HSV(B)78.18º30%43.14%-
XYZ12.1714.49.16-
YUV103.25113.19125.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=34.84%
G=38.33%
B=26.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100110770.0900.30.5778.1817.6536.67
Hex646E4D901E394e1225
Octal14415611511036711162245
Binary1100100110111010011011001011110111001100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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