#646F4D

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

Shades of Woodland #646F4D

Tints of Woodland #646F4D

Color information

#646F4D (or 0x646F4D) is unknown color: approx Woodland. HEX triplet: 64, 6F and 4D. RGB value is (100,111,77). Sum of RGB (Red+Green+Blue) = 100+111+77=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #646F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F4D is #9B90B2. Grayscale: #676767. Windows color (decimal): -10195123 or 5074788. OLE color: 5074788.

HSL color Cylindrical-coordinate representation of color #646F4D: hue angle of 79.41º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #646F4D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB10011177-
CMYK0.1000.310.56
HSL79.41º18.09%36.86%-
HSV(B)79.41º30.63%43.53%-
XYZ12.2814.619.19-
YUV103.84112.86125.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=34.72%
G=38.54%
B=26.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100111770.1000.310.5679.4118.0936.86
Hex646F4DA01F384f1225
Octal14415711512037701172245
Binary1100100110111110011011010011111111000100111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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