Shades of Quincy #665547
Tints of Quincy #665547
RGB
CMYK
RGB Variations
Color information
#665547 (or 0x665547) is known color: Quincy. HEX triplet: 66, 55 and 47. RGB value is (102,85,71). Sum of RGB (Red+Green+Blue) = 102+85+71=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #665547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665547 is #99AAB8. Grayscale: #585858. Windows color (decimal): -10070713 or 4674918. OLE color: 4674918.
HSL color Cylindrical-coordinate representation of color #665547: hue angle of 27.1º degrees, saturation: 0.18, 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 #665547 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 71 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.6 |
| HSL | 27.1º | 0.18% | 0.34% | - |
| HSV(B) | 27.1º | 0.3% | 0.4% | - |
| XYZ | 9.87 | 9.78 | 7.33 | - |
| YUV | 88.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 71 | 0 | 0.17 | 0.30 | 0.6 | 27.1 | 0.18 | 0.34 |
| Hex | 66 | 55 | 47 | 0 | 11 | 1E | 3C | 1B | 12 | 22 |
| Octal | 146 | 125 | 107 | 0 | 21 | 36 | 74 | 33 | 22 | 42 |
| Binary | 1100110 | 1010101 | 1000111 | 0 | 10001 | 11110 | 111100 | 11011 | 10010 | 100010 |
Color Harmonies of #665547
Complementary color
Monochromatic Colors of #665547
Black with #665547
Text Example
Text Example
White with #665547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665547; }
p { color: rgb(102,85,71); }
H1.HeaderClassName
{
color: #665547;
}
.AnyTagClassName
{
color: #665547;
}
</style>
background-color css
<style>
a { background-color: #665547; }
a { background-color: rgb(102,85,71); }
div.DivClassName
{
background-color: #665547;
}
.BgClassName
{
background-color: #665547;
}
</style>
border-color css
<style>
span { border-color: #665547; }
span { border-color: rgb(102,85,71); }
td.TdClassName
{
border-color: #665547;
}
.TagClassName
{
border-color: #665547;
}
</style>