Shades of Quincy #665445
Tints of Quincy #665445
RGB
CMYK
RGB Variations
Color information
#665445 (or 0x665445) is known color: Quincy. HEX triplet: 66, 54 and 45. RGB value is (102,84,69). Sum of RGB (Red+Green+Blue) = 102+84+69=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665445 is #99ABBA. Grayscale: #575757. Windows color (decimal): -10070971 or 4543590. OLE color: 4543590.
HSL color Cylindrical-coordinate representation of color #665445: hue angle of 27.27º 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 #665445 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 69 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.6 |
| HSL | 27.27º | 0.19% | 0.34% | - |
| HSV(B) | 27.27º | 0.32% | 0.4% | - |
| XYZ | 9.72 | 9.6 | 6.97 | - |
| YUV | 87.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 69 | 0 | 0.18 | 0.32 | 0.6 | 27.27 | 0.19 | 0.34 |
| Hex | 66 | 54 | 45 | 0 | 12 | 20 | 3C | 1B | 13 | 22 |
| Octal | 146 | 124 | 105 | 0 | 22 | 40 | 74 | 33 | 23 | 42 |
| Binary | 1100110 | 1010100 | 1000101 | 0 | 10010 | 100000 | 111100 | 11011 | 10011 | 100010 |
Color Harmonies of #665445
Complementary color
Monochromatic Colors of #665445
Black with #665445
Text Example
Text Example
White with #665445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665445; }
p { color: rgb(102,84,69); }
H1.HeaderClassName
{
color: #665445;
}
.AnyTagClassName
{
color: #665445;
}
</style>
background-color css
<style>
a { background-color: #665445; }
a { background-color: rgb(102,84,69); }
div.DivClassName
{
background-color: #665445;
}
.BgClassName
{
background-color: #665445;
}
</style>
border-color css
<style>
span { border-color: #665445; }
span { border-color: rgb(102,84,69); }
td.TdClassName
{
border-color: #665445;
}
.TagClassName
{
border-color: #665445;
}
</style>