Shades of Quincy #665545
Tints of Quincy #665545
RGB
CMYK
RGB Variations
Color information
#665545 (or 0x665545) is known color: Quincy. HEX triplet: 66, 55 and 45. RGB value is (102,85,69). Sum of RGB (Red+Green+Blue) = 102+85+69=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665545 is #99AABA. Grayscale: #585858. Windows color (decimal): -10070715 or 4543846. OLE color: 4543846.
HSL color Cylindrical-coordinate representation of color #665545: hue angle of 29.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665545 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 69 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.6 |
| HSL | 29.09º | 0.19% | 0.34% | - |
| HSV(B) | 29.09º | 0.32% | 0.4% | - |
| XYZ | 9.8 | 9.75 | 7 | - |
| YUV | 88.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 69 | 0 | 0.17 | 0.32 | 0.6 | 29.09 | 0.19 | 0.34 |
| Hex | 66 | 55 | 45 | 0 | 11 | 20 | 3C | 1D | 13 | 22 |
| Octal | 146 | 125 | 105 | 0 | 21 | 40 | 74 | 35 | 23 | 42 |
| Binary | 1100110 | 1010101 | 1000101 | 0 | 10001 | 100000 | 111100 | 11101 | 10011 | 100010 |
Color Harmonies of #665545
Complementary color
Monochromatic Colors of #665545
Black with #665545
Text Example
Text Example
White with #665545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665545; }
p { color: rgb(102,85,69); }
H1.HeaderClassName
{
color: #665545;
}
.AnyTagClassName
{
color: #665545;
}
</style>
background-color css
<style>
a { background-color: #665545; }
a { background-color: rgb(102,85,69); }
div.DivClassName
{
background-color: #665545;
}
.BgClassName
{
background-color: #665545;
}
</style>
border-color css
<style>
span { border-color: #665545; }
span { border-color: rgb(102,85,69); }
td.TdClassName
{
border-color: #665545;
}
.TagClassName
{
border-color: #665545;
}
</style>