#644F40

Color #644F40 Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #644F40

Tints of Quincy #644F40

Color information

#644F40 (or 0x644F40) is unknown color: approx Quincy. HEX triplet: 64, 4F and 40. RGB value is (100,79,64). Sum of RGB (Red+Green+Blue) = 100+79+64=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #644F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F40 is #9BB0BF. Grayscale: #535353. Windows color (decimal): -10203328 or 4214628. OLE color: 4214628.

HSL color Cylindrical-coordinate representation of color #644F40: hue angle of 25º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644F40 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1007964-
CMYK00.210.360.61
HSL25º21.95%32.16%-
HSV(B)25º36%39.22%-
XYZ8.988.676.05-
YUV83.57116.96139.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=41.15%
G=32.51%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100796400.210.360.612521.9532.16
Hex644F40015243D191620
Octal1441171000254475312640
Binary1100100100111110000000101011001001111011100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644F40; }

 p { color: rgb(100,79,64); }

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

<style>
 a { background-color: #644F40; }

 a { background-color: rgb(100,79,64); }

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

<style>
 span { border-color: #644F40; }

 span { border-color: rgb(100,79,64); }

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