#644F42

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

Shades of Quincy #644F42

Tints of Quincy #644F42

Color information

#644F42 (or 0x644F42) is unknown color: approx Quincy. HEX triplet: 64, 4F and 42. RGB value is (100,79,66). Sum of RGB (Red+Green+Blue) = 100+79+66=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #644F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F42 is #9BB0BD. Grayscale: #535353. Windows color (decimal): -10203326 or 4345700. OLE color: 4345700.

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

Color convert

RGB1007966-
CMYK00.210.340.61
HSL22.94º20.48%32.55%-
HSV(B)22.94º34%39.22%-
XYZ9.038.696.36-
YUV83.8117.96139.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=40.82%
G=32.24%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100796600.210.340.6122.9420.4832.55
Hex644F42015223D171421
Octal1441171020254275272441
Binary1100100100111110000100101011000101111011011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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