#645447

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

Shades of Quincy #645447

Tints of Quincy #645447

Color information

#645447 (or 0x645447) is unknown color: approx Quincy. HEX triplet: 64, 54 and 47. RGB value is (100,84,71). Sum of RGB (Red+Green+Blue) = 100+84+71=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #645447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645447 is #9BABB8. Grayscale: #575757. Windows color (decimal): -10202041 or 4674660. OLE color: 4674660.

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

Color convert

RGB1008471-
CMYK00.160.290.61
HSL26.9º16.96%33.53%-
HSV(B)26.9º29%39.22%-
XYZ9.569.57.29-
YUV87.3118.8137.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=39.22%
G=32.94%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100847100.160.290.6126.916.9633.53
Hex6454470101D3D1b1122
Octal1441241070203575332142
Binary110010010101001000111010000111011111011101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645447; }

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

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

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

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

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

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

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

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