#63564E

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

Shades of Quincy #63564E

Tints of Quincy #63564E

Color information

#63564E (or 0x63564E) is unknown color: approx Quincy. HEX triplet: 63, 56 and 4E. RGB value is (99,86,78). Sum of RGB (Red+Green+Blue) = 99+86+78=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63564E is #9CA9B1. Grayscale: #595959. Windows color (decimal): -10267058 or 5133923. OLE color: 5133923.

HSL color Cylindrical-coordinate representation of color #63564E: hue angle of 22.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63564E is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB998678-
CMYK00.130.210.61
HSL22.86º11.86%34.71%-
HSV(B)22.86º21.21%38.82%-
XYZ9.859.868.59-
YUV88.98121.81135.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=37.64%
G=32.70%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99867800.130.210.6122.8611.8634.71
Hex63564E0D153D17c23
Octal1431261160152575271443
Binary1100011101011010011100110110101111101101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63564E; }

 p { color: rgb(99,86,78); }

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

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

 a { background-color: rgb(99,86,78); }

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

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

 span { border-color: rgb(99,86,78); }

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