Shades of Quincy #665147
Tints of Quincy #665147
RGB
CMYK
RGB Variations
Color information
#665147 (or 0x665147) is known color: Quincy. HEX triplet: 66, 51 and 47. RGB value is (102,81,71). Sum of RGB (Red+Green+Blue) = 102+81+71=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665147 is #99AEB8. Grayscale: #565656. Windows color (decimal): -10071737 or 4673894. OLE color: 4673894.
HSL color Cylindrical-coordinate representation of color #665147: hue angle of 19.35º 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 #665147 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 71 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.6 |
| HSL | 19.35º | 0.18% | 0.34% | - |
| HSV(B) | 19.35º | 0.3% | 0.4% | - |
| XYZ | 9.56 | 9.16 | 7.23 | - |
| YUV | 86.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 71 | 0 | 0.21 | 0.30 | 0.6 | 19.35 | 0.18 | 0.34 |
| Hex | 66 | 51 | 47 | 0 | 15 | 1E | 3C | 13 | 12 | 22 |
| Octal | 146 | 121 | 107 | 0 | 25 | 36 | 74 | 23 | 22 | 42 |
| Binary | 1100110 | 1010001 | 1000111 | 0 | 10101 | 11110 | 111100 | 10011 | 10010 | 100010 |
Color Harmonies of #665147
Complementary color
Monochromatic Colors of #665147
Black with #665147
Text Example
Text Example
White with #665147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665147; }
p { color: rgb(102,81,71); }
H1.HeaderClassName
{
color: #665147;
}
.AnyTagClassName
{
color: #665147;
}
</style>
background-color css
<style>
a { background-color: #665147; }
a { background-color: rgb(102,81,71); }
div.DivClassName
{
background-color: #665147;
}
.BgClassName
{
background-color: #665147;
}
</style>
border-color css
<style>
span { border-color: #665147; }
span { border-color: rgb(102,81,71); }
td.TdClassName
{
border-color: #665147;
}
.TagClassName
{
border-color: #665147;
}
</style>