Shades of Quincy #665140
Tints of Quincy #665140
RGB
CMYK
RGB Variations
Color information
#665140 (or 0x665140) is known color: Quincy. HEX triplet: 66, 51 and 40. RGB value is (102,81,64). Sum of RGB (Red+Green+Blue) = 102+81+64=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #665140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665140 is #99AEBF. Grayscale: #555555. Windows color (decimal): -10071744 or 4215142. OLE color: 4215142.
HSL color Cylindrical-coordinate representation of color #665140: hue angle of 26.84º 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 #665140 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 64 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.6 |
| HSL | 26.84º | 0.23% | 0.33% | - |
| HSV(B) | 26.84º | 0.37% | 0.4% | - |
| XYZ | 9.35 | 9.08 | 6.11 | - |
| YUV | 85.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 64 | 0 | 0.21 | 0.37 | 0.6 | 26.84 | 0.23 | 0.33 |
| Hex | 66 | 51 | 40 | 0 | 15 | 25 | 3C | 1B | 17 | 21 |
| Octal | 146 | 121 | 100 | 0 | 25 | 45 | 74 | 33 | 27 | 41 |
| Binary | 1100110 | 1010001 | 1000000 | 0 | 10101 | 100101 | 111100 | 11011 | 10111 | 100001 |
Color Harmonies of #665140
Complementary color
Monochromatic Colors of #665140
Black with #665140
Text Example
Text Example
White with #665140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665140; }
p { color: rgb(102,81,64); }
H1.HeaderClassName
{
color: #665140;
}
.AnyTagClassName
{
color: #665140;
}
</style>
background-color css
<style>
a { background-color: #665140; }
a { background-color: rgb(102,81,64); }
div.DivClassName
{
background-color: #665140;
}
.BgClassName
{
background-color: #665140;
}
</style>
border-color css
<style>
span { border-color: #665140; }
span { border-color: rgb(102,81,64); }
td.TdClassName
{
border-color: #665140;
}
.TagClassName
{
border-color: #665140;
}
</style>