Shades of Quincy #665240
Tints of Quincy #665240
RGB
CMYK
RGB Variations
Color information
#665240 (or 0x665240) is known color: Quincy. HEX triplet: 66, 52 and 40. RGB value is (102,82,64). Sum of RGB (Red+Green+Blue) = 102+82+64=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #665240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665240 is #99ADBF. Grayscale: #565656. Windows color (decimal): -10071488 or 4215398. OLE color: 4215398.
HSL color Cylindrical-coordinate representation of color #665240: hue angle of 28.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665240 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 64 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.6 |
| HSL | 28.42º | 0.23% | 0.33% | - |
| HSV(B) | 28.42º | 0.37% | 0.4% | - |
| XYZ | 9.42 | 9.23 | 6.14 | - |
| YUV | 85.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 64 | 0 | 0.20 | 0.37 | 0.6 | 28.42 | 0.23 | 0.33 |
| Hex | 66 | 52 | 40 | 0 | 14 | 25 | 3C | 1C | 17 | 21 |
| Octal | 146 | 122 | 100 | 0 | 24 | 45 | 74 | 34 | 27 | 41 |
| Binary | 1100110 | 1010010 | 1000000 | 0 | 10100 | 100101 | 111100 | 11100 | 10111 | 100001 |
Color Harmonies of #665240
Complementary color
Monochromatic Colors of #665240
Black with #665240
Text Example
Text Example
White with #665240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665240; }
p { color: rgb(102,82,64); }
H1.HeaderClassName
{
color: #665240;
}
.AnyTagClassName
{
color: #665240;
}
</style>
background-color css
<style>
a { background-color: #665240; }
a { background-color: rgb(102,82,64); }
div.DivClassName
{
background-color: #665240;
}
.BgClassName
{
background-color: #665240;
}
</style>
border-color css
<style>
span { border-color: #665240; }
span { border-color: rgb(102,82,64); }
td.TdClassName
{
border-color: #665240;
}
.TagClassName
{
border-color: #665240;
}
</style>