Shades of Quincy #665041
Tints of Quincy #665041
RGB
CMYK
RGB Variations
Color information
#665041 (or 0x665041) is known color: Quincy. HEX triplet: 66, 50 and 41. RGB value is (102,80,65). Sum of RGB (Red+Green+Blue) = 102+80+65=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #665041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665041 is #99AFBE. Grayscale: #545454. Windows color (decimal): -10071999 or 4280422. OLE color: 4280422.
HSL color Cylindrical-coordinate representation of color #665041: hue angle of 24.32º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665041 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 65 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.6 |
| HSL | 24.32º | 0.22% | 0.33% | - |
| HSV(B) | 24.32º | 0.36% | 0.4% | - |
| XYZ | 9.3 | 8.94 | 6.24 | - |
| YUV | 84.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 65 | 0 | 0.22 | 0.36 | 0.6 | 24.32 | 0.22 | 0.33 |
| Hex | 66 | 50 | 41 | 0 | 16 | 24 | 3C | 18 | 16 | 21 |
| Octal | 146 | 120 | 101 | 0 | 26 | 44 | 74 | 30 | 26 | 41 |
| Binary | 1100110 | 1010000 | 1000001 | 0 | 10110 | 100100 | 111100 | 11000 | 10110 | 100001 |
Color Harmonies of #665041
Complementary color
Monochromatic Colors of #665041
Black with #665041
Text Example
Text Example
White with #665041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665041; }
p { color: rgb(102,80,65); }
H1.HeaderClassName
{
color: #665041;
}
.AnyTagClassName
{
color: #665041;
}
</style>
background-color css
<style>
a { background-color: #665041; }
a { background-color: rgb(102,80,65); }
div.DivClassName
{
background-color: #665041;
}
.BgClassName
{
background-color: #665041;
}
</style>
border-color css
<style>
span { border-color: #665041; }
span { border-color: rgb(102,80,65); }
td.TdClassName
{
border-color: #665041;
}
.TagClassName
{
border-color: #665041;
}
</style>