Shades of Quincy #63554C
Tints of Quincy #63554C
RGB
CMYK
RGB Variations
Color information
#63554C (or 0x63554C) is known color: Quincy. HEX triplet: 63, 55 and 4C. RGB value is (99,85,76). Sum of RGB (Red+Green+Blue) = 99+85+76=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63554C is #9CAAB3. Grayscale: #585858. Windows color (decimal): -10267316 or 5002595. OLE color: 5002595.
HSL color Cylindrical-coordinate representation of color #63554C: hue angle of 23.48º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63554C is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 76 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.61 |
| HSL | 23.48º | 0.13% | 0.34% | - |
| HSV(B) | 23.48º | 0.23% | 0.39% | - |
| XYZ | 9.7 | 9.67 | 8.19 | - |
| YUV | 88.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 76 | 0 | 0.14 | 0.23 | 0.61 | 23.48 | 0.13 | 0.34 |
| Hex | 63 | 55 | 4C | 0 | E | 17 | 3D | 17 | D | 22 |
| Octal | 143 | 125 | 114 | 0 | 16 | 27 | 75 | 27 | 15 | 42 |
| Binary | 1100011 | 1010101 | 1001100 | 0 | 1110 | 10111 | 111101 | 10111 | 1101 | 100010 |
Color Harmonies of #63554C
Complementary color
Monochromatic Colors of #63554C
Black with #63554C
Text Example
Text Example
White with #63554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63554C; }
p { color: rgb(99,85,76); }
H1.HeaderClassName
{
color: #63554C;
}
.AnyTagClassName
{
color: #63554C;
}
</style>
background-color css
<style>
a { background-color: #63554C; }
a { background-color: rgb(99,85,76); }
div.DivClassName
{
background-color: #63554C;
}
.BgClassName
{
background-color: #63554C;
}
</style>
border-color css
<style>
span { border-color: #63554C; }
span { border-color: rgb(99,85,76); }
td.TdClassName
{
border-color: #63554C;
}
.TagClassName
{
border-color: #63554C;
}
</style>