#63554B

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

Shades of Quincy #63554B

Tints of Quincy #63554B

Color information

#63554B (or 0x63554B) is unknown color: approx Quincy. HEX triplet: 63, 55 and 4B. RGB value is (99,85,75). Sum of RGB (Red+Green+Blue) = 99+85+75=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63554B is #9CAAB4. Grayscale: #585858. Windows color (decimal): -10267317 or 4937059. OLE color: 4937059.

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

Color convert

RGB998575-
CMYK00.140.240.61
HSL25º13.79%34.12%-
HSV(B)25º24.24%38.82%-
XYZ9.669.668.01-
YUV88.05120.64135.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=38.22%
G=32.82%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99857500.140.240.612513.7934.12
Hex63554B0E183D19e22
Octal1431251130163075311642
Binary1100011101010110010110111011000111101110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63554B; }

 p { color: rgb(99,85,75); }

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

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

 a { background-color: rgb(99,85,75); }

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

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

 span { border-color: rgb(99,85,75); }

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