Shades of Quincy #655547
Tints of Quincy #655547
RGB
CMYK
RGB Variations
Color information
#655547 (or 0x655547) is known color: Quincy. HEX triplet: 65, 55 and 47. RGB value is (101,85,71). Sum of RGB (Red+Green+Blue) = 101+85+71=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #655547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655547 is #9AAAB8. Grayscale: #585858. Windows color (decimal): -10136249 or 4674917. OLE color: 4674917.
HSL color Cylindrical-coordinate representation of color #655547: hue angle of 28º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655547 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 71 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.60 |
| HSL | 28º | 0.17% | 0.34% | - |
| HSV(B) | 28º | 0.3% | 0.4% | - |
| XYZ | 9.75 | 9.72 | 7.32 | - |
| YUV | 88.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 71 | 0 | 0.16 | 0.30 | 0.60 | 28 | 0.17 | 0.34 |
| Hex | 65 | 55 | 47 | 0 | 10 | 1E | 3C | 1C | 11 | 22 |
| Octal | 145 | 125 | 107 | 0 | 20 | 36 | 74 | 34 | 21 | 42 |
| Binary | 1100101 | 1010101 | 1000111 | 0 | 10000 | 11110 | 111100 | 11100 | 10001 | 100010 |
Color Harmonies of #655547
Complementary color
Monochromatic Colors of #655547
Black with #655547
Text Example
Text Example
White with #655547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655547; }
p { color: rgb(101,85,71); }
H1.HeaderClassName
{
color: #655547;
}
.AnyTagClassName
{
color: #655547;
}
</style>
background-color css
<style>
a { background-color: #655547; }
a { background-color: rgb(101,85,71); }
div.DivClassName
{
background-color: #655547;
}
.BgClassName
{
background-color: #655547;
}
</style>
border-color css
<style>
span { border-color: #655547; }
span { border-color: rgb(101,85,71); }
td.TdClassName
{
border-color: #655547;
}
.TagClassName
{
border-color: #655547;
}
</style>