#63544A

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

Shades of Quincy #63544A

Tints of Quincy #63544A

Color information

#63544A (or 0x63544A) is unknown color: approx Quincy. HEX triplet: 63, 54 and 4A. RGB value is (99,84,74). Sum of RGB (Red+Green+Blue) = 99+84+74=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63544A is #9CABB5. Grayscale: #575757. Windows color (decimal): -10267574 or 4871267. OLE color: 4871267.

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

Color convert

RGB998474-
CMYK00.150.250.61
HSL24º14.45%33.92%-
HSV(B)24º25.25%38.82%-
XYZ9.559.497.81-
YUV87.34120.47136.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=38.52%
G=32.68%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99847400.150.250.612414.4533.92
Hex63544A0F193D18e22
Octal1431241120173175301642
Binary1100011101010010010100111111001111101110001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63544A; }

 p { color: rgb(99,84,74); }

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

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

 a { background-color: rgb(99,84,74); }

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

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

 span { border-color: rgb(99,84,74); }

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