#646C4C

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

Shades of Woodland #646C4C

Tints of Woodland #646C4C

Color information

#646C4C (or 0x646C4C) is unknown color: approx Woodland. HEX triplet: 64, 6C and 4C. RGB value is (100,108,76). Sum of RGB (Red+Green+Blue) = 100+108+76=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #646C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C4C is #9B93B3. Grayscale: #666666. Windows color (decimal): -10195892 or 5008484. OLE color: 5008484.

HSL color Cylindrical-coordinate representation of color #646C4C: hue angle of 75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646C4C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB10010876-
CMYK0.0700.300.58
HSL75º17.39%36.08%-
HSV(B)75º29.63%42.35%-
XYZ11.9213.968.9-
YUV101.96113.35126.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=35.21%
G=38.03%
B=26.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100108760.0700.300.587517.3936.08
Hex646C4C701E3A4b1124
Octal1441541147036721132144
Binary110010011011001001100111011110111010100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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