Shades of Quincy #63554B
Tints of Quincy #63554B
RGB
CMYK
RGB Variations
Color information
#63554B (or 0x63554B) is known color: 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
| RGB | 99 | 85 | 75 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.61 |
| HSL | 25º | 0.14% | 0.34% | - |
| HSV(B) | 25º | 0.24% | 0.39% | - |
| XYZ | 9.66 | 9.66 | 8.01 | - |
| YUV | 88.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 75 | 0 | 0.14 | 0.24 | 0.61 | 25 | 0.14 | 0.34 |
| Hex | 63 | 55 | 4B | 0 | E | 18 | 3D | 19 | E | 22 |
| Octal | 143 | 125 | 113 | 0 | 16 | 30 | 75 | 31 | 16 | 42 |
| Binary | 1100011 | 1010101 | 1001011 | 0 | 1110 | 11000 | 111101 | 11001 | 1110 | 100010 |
Color Harmonies of #63554B
Complementary color
Monochromatic Colors of #63554B
Black with #63554B
Text Example
Text Example
White with #63554B
Text Example
Text Example
HTML Codes & Css Web 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>