#64684C

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

Shades of Woodland #64684C

Tints of Woodland #64684C

Color information

#64684C (or 0x64684C) is unknown color: approx Woodland. HEX triplet: 64, 68 and 4C. RGB value is (100,104,76). Sum of RGB (Red+Green+Blue) = 100+104+76=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #64684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64684C is #9B97B3. Grayscale: #636363. Windows color (decimal): -10196916 or 5007460. OLE color: 5007460.

HSL color Cylindrical-coordinate representation of color #64684C: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64684C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB10010476-
CMYK0.0400.270.59
HSL68.57º15.56%35.29%-
HSV(B)68.57º26.92%40.78%-
XYZ11.5113.138.77-
YUV99.61114.67128.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=35.71%
G=37.14%
B=27.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104760.0400.270.5968.5715.5635.29
Hex64684C401B3B451023
Octal1441501144033731052043
Binary110010011010001001100100011011111011100010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64684C; }

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

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

<style>
 a { background-color: #64684C; }

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

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

<style>
 span { border-color: #64684C; }

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

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