#64684B

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

Shades of Woodland #64684B

Tints of Woodland #64684B

Color information

#64684B (or 0x64684B) is unknown color: approx Woodland. HEX triplet: 64, 68 and 4B. RGB value is (100,104,75). Sum of RGB (Red+Green+Blue) = 100+104+75=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #64684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64684B is #9B97B4. Grayscale: #636363. Windows color (decimal): -10196917 or 4941924. OLE color: 4941924.

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

Color convert

RGB10010475-
CMYK0.0400.280.59
HSL68.28º16.2%35.1%-
HSV(B)68.28º27.88%40.78%-
XYZ11.4813.128.58-
YUV99.5114.17128.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=35.84%
G=37.28%
B=26.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104750.0400.280.5968.2816.235.1
Hex64684B401C3B441023
Octal1441501134034731042043
Binary110010011010001001011100011100111011100010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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