Shades of Quincy #635448
Tints of Quincy #635448
RGB
CMYK
RGB Variations
Color information
#635448 (or 0x635448) is known color: Quincy. HEX triplet: 63, 54 and 48. RGB value is (99,84,72). Sum of RGB (Red+Green+Blue) = 99+84+72=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #635448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635448 is #9CABB7. Grayscale: #575757. Windows color (decimal): -10267576 or 4740195. OLE color: 4740195.
HSL color Cylindrical-coordinate representation of color #635448: hue angle of 26.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #635448 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 72 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.61 |
| HSL | 26.67º | 0.16% | 0.34% | - |
| HSV(B) | 26.67º | 0.27% | 0.39% | - |
| XYZ | 9.49 | 9.46 | 7.46 | - |
| YUV | 87.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 72 | 0 | 0.15 | 0.27 | 0.61 | 26.67 | 0.16 | 0.34 |
| Hex | 63 | 54 | 48 | 0 | F | 1B | 3D | 1B | 10 | 22 |
| Octal | 143 | 124 | 110 | 0 | 17 | 33 | 75 | 33 | 20 | 42 |
| Binary | 1100011 | 1010100 | 1001000 | 0 | 1111 | 11011 | 111101 | 11011 | 10000 | 100010 |
Color Harmonies of #635448
Complementary color
Monochromatic Colors of #635448
Black with #635448
Text Example
Text Example
White with #635448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635448; }
p { color: rgb(99,84,72); }
H1.HeaderClassName
{
color: #635448;
}
.AnyTagClassName
{
color: #635448;
}
</style>
background-color css
<style>
a { background-color: #635448; }
a { background-color: rgb(99,84,72); }
div.DivClassName
{
background-color: #635448;
}
.BgClassName
{
background-color: #635448;
}
</style>
border-color css
<style>
span { border-color: #635448; }
span { border-color: rgb(99,84,72); }
td.TdClassName
{
border-color: #635448;
}
.TagClassName
{
border-color: #635448;
}
</style>