#64554C

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

Shades of Quincy #64554C

Tints of Quincy #64554C

Color information

#64554C (or 0x64554C) is unknown color: approx Quincy. HEX triplet: 64, 55 and 4C. RGB value is (100,85,76). Sum of RGB (Red+Green+Blue) = 100+85+76=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64554C is #9BAAB3. Grayscale: #585858. Windows color (decimal): -10201780 or 5002596. OLE color: 5002596.

HSL color Cylindrical-coordinate representation of color #64554C: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64554C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1008576-
CMYK00.150.240.61
HSL22.5º13.64%34.51%-
HSV(B)22.5º24%39.22%-
XYZ9.819.738.2-
YUV88.46120.97136.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=38.31%
G=32.57%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100857600.150.240.6122.513.6434.51
Hex64554C0F183D17e23
Octal1441251140173075271643
Binary1100100101010110011000111111000111101101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64554C; }

 p { color: rgb(100,85,76); }

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

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

 a { background-color: rgb(100,85,76); }

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

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

 span { border-color: rgb(100,85,76); }

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