#645445

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

Shades of Quincy #645445

Tints of Quincy #645445

Color information

#645445 (or 0x645445) is unknown color: approx Quincy. HEX triplet: 64, 54 and 45. RGB value is (100,84,69). Sum of RGB (Red+Green+Blue) = 100+84+69=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #645445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645445 is #9BABBA. Grayscale: #575757. Windows color (decimal): -10202043 or 4543588. OLE color: 4543588.

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

Color convert

RGB1008469-
CMYK00.160.310.61
HSL29.03º18.34%33.14%-
HSV(B)29.03º31%39.22%-
XYZ9.59.486.96-
YUV87.07117.8137.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=39.53%
G=33.20%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100846900.160.310.6129.0318.3433.14
Hex6454450101F3D1d1221
Octal1441241050203775352241
Binary110010010101001000101010000111111111011110110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645445; }

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

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

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

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

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

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

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

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