Shades of Quincy #63554D
Tints of Quincy #63554D
RGB
CMYK
RGB Variations
Color information
#63554D (or 0x63554D) is known color: Quincy. HEX triplet: 63, 55 and 4D. RGB value is (99,85,77). Sum of RGB (Red+Green+Blue) = 99+85+77=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63554D is #9CAAB2. Grayscale: #585858. Windows color (decimal): -10267315 or 5068131. OLE color: 5068131.
HSL color Cylindrical-coordinate representation of color #63554D: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63554D is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 77 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.61 |
| HSL | 21.82º | 0.13% | 0.35% | - |
| HSV(B) | 21.82º | 0.22% | 0.39% | - |
| XYZ | 9.73 | 9.69 | 8.38 | - |
| YUV | 88.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 77 | 0 | 0.14 | 0.22 | 0.61 | 21.82 | 0.13 | 0.35 |
| Hex | 63 | 55 | 4D | 0 | E | 16 | 3D | 16 | C | 23 |
| Octal | 143 | 125 | 115 | 0 | 16 | 26 | 75 | 26 | 14 | 43 |
| Binary | 1100011 | 1010101 | 1001101 | 0 | 1110 | 10110 | 111101 | 10110 | 1100 | 100011 |
Color Harmonies of #63554D
Complementary color
Monochromatic Colors of #63554D
Black with #63554D
Text Example
Text Example
White with #63554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63554D; }
p { color: rgb(99,85,77); }
H1.HeaderClassName
{
color: #63554D;
}
.AnyTagClassName
{
color: #63554D;
}
</style>
background-color css
<style>
a { background-color: #63554D; }
a { background-color: rgb(99,85,77); }
div.DivClassName
{
background-color: #63554D;
}
.BgClassName
{
background-color: #63554D;
}
</style>
border-color css
<style>
span { border-color: #63554D; }
span { border-color: rgb(99,85,77); }
td.TdClassName
{
border-color: #63554D;
}
.TagClassName
{
border-color: #63554D;
}
</style>