#644F41

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

Shades of Quincy #644F41

Tints of Quincy #644F41

Color information

#644F41 (or 0x644F41) is unknown color: approx Quincy. HEX triplet: 64, 4F and 41. RGB value is (100,79,65). Sum of RGB (Red+Green+Blue) = 100+79+65=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #644F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F41 is #9BB0BE. Grayscale: #535353. Windows color (decimal): -10203327 or 4280164. OLE color: 4280164.

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

Color convert

RGB1007965-
CMYK00.210.350.61
HSL24º21.21%32.35%-
HSV(B)24º35%39.22%-
XYZ9.018.686.2-
YUV83.68117.46139.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=40.98%
G=32.38%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100796500.210.350.612421.2132.35
Hex644F41015233D181520
Octal1441171010254375302540
Binary1100100100111110000010101011000111111011100010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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