#64684A

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

Shades of Woodland #64684A

Tints of Woodland #64684A

Color information

#64684A (or 0x64684A) is unknown color: approx Woodland. HEX triplet: 64, 68 and 4A. RGB value is (100,104,74). Sum of RGB (Red+Green+Blue) = 100+104+74=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #64684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64684A is #9B97B5. Grayscale: #636363. Windows color (decimal): -10196918 or 4876388. OLE color: 4876388.

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

Color convert

RGB10010474-
CMYK0.0400.290.59
HSL68º16.85%34.9%-
HSV(B)68º28.85%40.78%-
XYZ11.4413.18.4-
YUV99.38113.67128.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=35.97%
G=37.41%
B=26.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104740.0400.290.596816.8534.9
Hex64684A401D3B441123
Octal1441501124035731042143
Binary110010011010001001010100011101111011100010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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