Shades of Quincy #66544D
Tints of Quincy #66544D
RGB
CMYK
RGB Variations
Color information
#66544D (or 0x66544D) is known color: Quincy. HEX triplet: 66, 54 and 4D. RGB value is (102,84,77). Sum of RGB (Red+Green+Blue) = 102+84+77=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66544D is #99ABB2. Grayscale: #585858. Windows color (decimal): -10070963 or 5067878. OLE color: 5067878.
HSL color Cylindrical-coordinate representation of color #66544D: hue angle of 16.8º 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 #66544D is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 77 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.6 |
| HSL | 16.8º | 0.14% | 0.35% | - |
| HSV(B) | 16.8º | 0.25% | 0.4% | - |
| XYZ | 9.99 | 9.7 | 8.37 | - |
| YUV | 88.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 77 | 0 | 0.18 | 0.25 | 0.6 | 16.8 | 0.14 | 0.35 |
| Hex | 66 | 54 | 4D | 0 | 12 | 19 | 3C | 11 | E | 23 |
| Octal | 146 | 124 | 115 | 0 | 22 | 31 | 74 | 21 | 16 | 43 |
| Binary | 1100110 | 1010100 | 1001101 | 0 | 10010 | 11001 | 111100 | 10001 | 1110 | 100011 |
Color Harmonies of #66544D
Complementary color
Monochromatic Colors of #66544D
Black with #66544D
Text Example
Text Example
White with #66544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66544D; }
p { color: rgb(102,84,77); }
H1.HeaderClassName
{
color: #66544D;
}
.AnyTagClassName
{
color: #66544D;
}
</style>
background-color css
<style>
a { background-color: #66544D; }
a { background-color: rgb(102,84,77); }
div.DivClassName
{
background-color: #66544D;
}
.BgClassName
{
background-color: #66544D;
}
</style>
border-color css
<style>
span { border-color: #66544D; }
span { border-color: rgb(102,84,77); }
td.TdClassName
{
border-color: #66544D;
}
.TagClassName
{
border-color: #66544D;
}
</style>