Shades of Quincy #63564D
Tints of Quincy #63564D
RGB
CMYK
RGB Variations
Color information
#63564D (or 0x63564D) is known color: Quincy. HEX triplet: 63, 56 and 4D. RGB value is (99,86,77). Sum of RGB (Red+Green+Blue) = 99+86+77=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63564D is #9CA9B2. Grayscale: #585858. Windows color (decimal): -10267059 or 5068387. OLE color: 5068387.
HSL color Cylindrical-coordinate representation of color #63564D: hue angle of 24.55º 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 #63564D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 77 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.61 |
| HSL | 24.55º | 0.13% | 0.35% | - |
| HSV(B) | 24.55º | 0.22% | 0.39% | - |
| XYZ | 9.81 | 9.84 | 8.4 | - |
| YUV | 88.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 77 | 0 | 0.13 | 0.22 | 0.61 | 24.55 | 0.13 | 0.35 |
| Hex | 63 | 56 | 4D | 0 | D | 16 | 3D | 19 | C | 23 |
| Octal | 143 | 126 | 115 | 0 | 15 | 26 | 75 | 31 | 14 | 43 |
| Binary | 1100011 | 1010110 | 1001101 | 0 | 1101 | 10110 | 111101 | 11001 | 1100 | 100011 |
Color Harmonies of #63564D
Complementary color
Monochromatic Colors of #63564D
Black with #63564D
Text Example
Text Example
White with #63564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63564D; }
p { color: rgb(99,86,77); }
H1.HeaderClassName
{
color: #63564D;
}
.AnyTagClassName
{
color: #63564D;
}
</style>
background-color css
<style>
a { background-color: #63564D; }
a { background-color: rgb(99,86,77); }
div.DivClassName
{
background-color: #63564D;
}
.BgClassName
{
background-color: #63564D;
}
</style>
border-color css
<style>
span { border-color: #63564D; }
span { border-color: rgb(99,86,77); }
td.TdClassName
{
border-color: #63564D;
}
.TagClassName
{
border-color: #63564D;
}
</style>