Shades of Quincy #665045
Tints of Quincy #665045
RGB
CMYK
RGB Variations
Color information
#665045 (or 0x665045) is known color: Quincy. HEX triplet: 66, 50 and 45. RGB value is (102,80,69). Sum of RGB (Red+Green+Blue) = 102+80+69=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #665045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665045 is #99AFBA. Grayscale: #555555. Windows color (decimal): -10071995 or 4542566. OLE color: 4542566.
HSL color Cylindrical-coordinate representation of color #665045: hue angle of 20º 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 #665045 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 69 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.6 |
| HSL | 20º | 0.19% | 0.34% | - |
| HSV(B) | 20º | 0.32% | 0.4% | - |
| XYZ | 9.42 | 8.99 | 6.87 | - |
| YUV | 85.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 69 | 0 | 0.22 | 0.32 | 0.6 | 20 | 0.19 | 0.34 |
| Hex | 66 | 50 | 45 | 0 | 16 | 20 | 3C | 14 | 13 | 22 |
| Octal | 146 | 120 | 105 | 0 | 26 | 40 | 74 | 24 | 23 | 42 |
| Binary | 1100110 | 1010000 | 1000101 | 0 | 10110 | 100000 | 111100 | 10100 | 10011 | 100010 |
Color Harmonies of #665045
Complementary color
Monochromatic Colors of #665045
Black with #665045
Text Example
Text Example
White with #665045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665045; }
p { color: rgb(102,80,69); }
H1.HeaderClassName
{
color: #665045;
}
.AnyTagClassName
{
color: #665045;
}
</style>
background-color css
<style>
a { background-color: #665045; }
a { background-color: rgb(102,80,69); }
div.DivClassName
{
background-color: #665045;
}
.BgClassName
{
background-color: #665045;
}
</style>
border-color css
<style>
span { border-color: #665045; }
span { border-color: rgb(102,80,69); }
td.TdClassName
{
border-color: #665045;
}
.TagClassName
{
border-color: #665045;
}
</style>