#645449

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

Shades of Quincy #645449

Tints of Quincy #645449

Color information

#645449 (or 0x645449) is unknown color: approx Quincy. HEX triplet: 64, 54 and 49. RGB value is (100,84,73). Sum of RGB (Red+Green+Blue) = 100+84+73=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #645449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645449 is #9BABB6. Grayscale: #575757. Windows color (decimal): -10202039 or 4805732. OLE color: 4805732.

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

Color convert

RGB1008473-
CMYK00.160.270.61
HSL24.44º15.61%33.92%-
HSV(B)24.44º27%39.22%-
XYZ9.639.537.64-
YUV87.53119.8136.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=38.91%
G=32.68%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100847300.160.270.6124.4415.6133.92
Hex6454490101B3D181022
Octal1441241110203375302042
Binary110010010101001001001010000110111111011100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645449; }

 p { color: rgb(100,84,73); }

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

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

 a { background-color: rgb(100,84,73); }

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

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

 span { border-color: rgb(100,84,73); }

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