Shades of Quincy #665349
Tints of Quincy #665349
RGB
CMYK
RGB Variations
Color information
#665349 (or 0x665349) is known color: Quincy. HEX triplet: 66, 53 and 49. RGB value is (102,83,73). Sum of RGB (Red+Green+Blue) = 102+83+73=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #665349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665349 is #99ACB6. Grayscale: #575757. Windows color (decimal): -10071223 or 4805478. OLE color: 4805478.
HSL color Cylindrical-coordinate representation of color #665349: hue angle of 20.69º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665349 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 73 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.6 |
| HSL | 20.69º | 0.17% | 0.34% | - |
| HSV(B) | 20.69º | 0.28% | 0.4% | - |
| XYZ | 9.78 | 9.49 | 7.62 | - |
| YUV | 87.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 73 | 0 | 0.19 | 0.28 | 0.6 | 20.69 | 0.17 | 0.34 |
| Hex | 66 | 53 | 49 | 0 | 13 | 1C | 3C | 15 | 11 | 22 |
| Octal | 146 | 123 | 111 | 0 | 23 | 34 | 74 | 25 | 21 | 42 |
| Binary | 1100110 | 1010011 | 1001001 | 0 | 10011 | 11100 | 111100 | 10101 | 10001 | 100010 |
Color Harmonies of #665349
Complementary color
Monochromatic Colors of #665349
Black with #665349
Text Example
Text Example
White with #665349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665349; }
p { color: rgb(102,83,73); }
H1.HeaderClassName
{
color: #665349;
}
.AnyTagClassName
{
color: #665349;
}
</style>
background-color css
<style>
a { background-color: #665349; }
a { background-color: rgb(102,83,73); }
div.DivClassName
{
background-color: #665349;
}
.BgClassName
{
background-color: #665349;
}
</style>
border-color css
<style>
span { border-color: #665349; }
span { border-color: rgb(102,83,73); }
td.TdClassName
{
border-color: #665349;
}
.TagClassName
{
border-color: #665349;
}
</style>