#646E4F

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

Shades of Woodland #646E4F

Tints of Woodland #646E4F

Color information

#646E4F (or 0x646E4F) is unknown color: approx Woodland. HEX triplet: 64, 6E and 4F. RGB value is (100,110,79). Sum of RGB (Red+Green+Blue) = 100+110+79=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #646E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E4F is #9B91B0. Grayscale: #676767. Windows color (decimal): -10195377 or 5205604. OLE color: 5205604.

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

Color convert

RGB10011079-
CMYK0.0900.280.57
HSL79.35º16.4%37.06%-
HSV(B)79.35º28.18%43.14%-
XYZ12.2414.439.54-
YUV103.48114.19125.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=34.60%
G=38.06%
B=27.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100110790.0900.280.5779.3516.437.06
Hex646E4F901C394f1025
Octal14415611711034711172045
Binary1100100110111010011111001011100111001100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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