Shades of Quincy #66574E
Tints of Quincy #66574E
RGB
CMYK
RGB Variations
Color information
#66574E (or 0x66574E) is known color: Quincy. HEX triplet: 66, 57 and 4E. RGB value is (102,87,78). Sum of RGB (Red+Green+Blue) = 102+87+78=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #66574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66574E is #99A8B1. Grayscale: #5A5A5A. Windows color (decimal): -10070194 or 5134182. OLE color: 5134182.
HSL color Cylindrical-coordinate representation of color #66574E: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66574E is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 78 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.6 |
| HSL | 22.5º | 0.13% | 0.35% | - |
| HSV(B) | 22.5º | 0.24% | 0.4% | - |
| XYZ | 10.26 | 10.19 | 8.63 | - |
| YUV | 90.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 78 | 0 | 0.15 | 0.24 | 0.6 | 22.5 | 0.13 | 0.35 |
| Hex | 66 | 57 | 4E | 0 | F | 18 | 3C | 16 | D | 23 |
| Octal | 146 | 127 | 116 | 0 | 17 | 30 | 74 | 26 | 15 | 43 |
| Binary | 1100110 | 1010111 | 1001110 | 0 | 1111 | 11000 | 111100 | 10110 | 1101 | 100011 |
Color Harmonies of #66574E
Complementary color
Monochromatic Colors of #66574E
Black with #66574E
Text Example
Text Example
White with #66574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66574E; }
p { color: rgb(102,87,78); }
H1.HeaderClassName
{
color: #66574E;
}
.AnyTagClassName
{
color: #66574E;
}
</style>
background-color css
<style>
a { background-color: #66574E; }
a { background-color: rgb(102,87,78); }
div.DivClassName
{
background-color: #66574E;
}
.BgClassName
{
background-color: #66574E;
}
</style>
border-color css
<style>
span { border-color: #66574E; }
span { border-color: rgb(102,87,78); }
td.TdClassName
{
border-color: #66574E;
}
.TagClassName
{
border-color: #66574E;
}
</style>