Shades of Quincy #665142
Tints of Quincy #665142
RGB
CMYK
RGB Variations
Color information
#665142 (or 0x665142) is known color: Quincy. HEX triplet: 66, 51 and 42. RGB value is (102,81,66). Sum of RGB (Red+Green+Blue) = 102+81+66=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #665142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665142 is #99AEBD. Grayscale: #555555. Windows color (decimal): -10071742 or 4346214. OLE color: 4346214.
HSL color Cylindrical-coordinate representation of color #665142: hue angle of 25º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665142 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 66 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.6 |
| HSL | 25º | 0.21% | 0.33% | - |
| HSV(B) | 25º | 0.35% | 0.4% | - |
| XYZ | 9.41 | 9.1 | 6.42 | - |
| YUV | 85.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 66 | 0 | 0.21 | 0.35 | 0.6 | 25 | 0.21 | 0.33 |
| Hex | 66 | 51 | 42 | 0 | 15 | 23 | 3C | 19 | 15 | 21 |
| Octal | 146 | 121 | 102 | 0 | 25 | 43 | 74 | 31 | 25 | 41 |
| Binary | 1100110 | 1010001 | 1000010 | 0 | 10101 | 100011 | 111100 | 11001 | 10101 | 100001 |
Color Harmonies of #665142
Complementary color
Monochromatic Colors of #665142
Black with #665142
Text Example
Text Example
White with #665142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665142; }
p { color: rgb(102,81,66); }
H1.HeaderClassName
{
color: #665142;
}
.AnyTagClassName
{
color: #665142;
}
</style>
background-color css
<style>
a { background-color: #665142; }
a { background-color: rgb(102,81,66); }
div.DivClassName
{
background-color: #665142;
}
.BgClassName
{
background-color: #665142;
}
</style>
border-color css
<style>
span { border-color: #665142; }
span { border-color: rgb(102,81,66); }
td.TdClassName
{
border-color: #665142;
}
.TagClassName
{
border-color: #665142;
}
</style>