Shades of Quincy #66554D
Tints of Quincy #66554D
RGB
CMYK
RGB Variations
Color information
#66554D (or 0x66554D) is known color: Quincy. HEX triplet: 66, 55 and 4D. RGB value is (102,85,77). Sum of RGB (Red+Green+Blue) = 102+85+77=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #66554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66554D is #99AAB2. Grayscale: #595959. Windows color (decimal): -10070707 or 5068134. OLE color: 5068134.
HSL color Cylindrical-coordinate representation of color #66554D: hue angle of 19.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66554D is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 77 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.6 |
| HSL | 19.2º | 0.14% | 0.35% | - |
| HSV(B) | 19.2º | 0.25% | 0.4% | - |
| XYZ | 10.07 | 9.86 | 8.39 | - |
| YUV | 89.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 77 | 0 | 0.17 | 0.25 | 0.6 | 19.2 | 0.14 | 0.35 |
| Hex | 66 | 55 | 4D | 0 | 11 | 19 | 3C | 13 | E | 23 |
| Octal | 146 | 125 | 115 | 0 | 21 | 31 | 74 | 23 | 16 | 43 |
| Binary | 1100110 | 1010101 | 1001101 | 0 | 10001 | 11001 | 111100 | 10011 | 1110 | 100011 |
Color Harmonies of #66554D
Complementary color
Monochromatic Colors of #66554D
Black with #66554D
Text Example
Text Example
White with #66554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66554D; }
p { color: rgb(102,85,77); }
H1.HeaderClassName
{
color: #66554D;
}
.AnyTagClassName
{
color: #66554D;
}
</style>
background-color css
<style>
a { background-color: #66554D; }
a { background-color: rgb(102,85,77); }
div.DivClassName
{
background-color: #66554D;
}
.BgClassName
{
background-color: #66554D;
}
</style>
border-color css
<style>
span { border-color: #66554D; }
span { border-color: rgb(102,85,77); }
td.TdClassName
{
border-color: #66554D;
}
.TagClassName
{
border-color: #66554D;
}
</style>