Shades of Quincy #665042
Tints of Quincy #665042
RGB
CMYK
RGB Variations
Color information
#665042 (or 0x665042) is known color: Quincy. HEX triplet: 66, 50 and 42. RGB value is (102,80,66). Sum of RGB (Red+Green+Blue) = 102+80+66=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #665042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665042 is #99AFBD. Grayscale: #555555. Windows color (decimal): -10071998 or 4345958. OLE color: 4345958.
HSL color Cylindrical-coordinate representation of color #665042: hue angle of 23.33º 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 #665042 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 66 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.6 |
| HSL | 23.33º | 0.21% | 0.33% | - |
| HSV(B) | 23.33º | 0.35% | 0.4% | - |
| XYZ | 9.33 | 8.96 | 6.39 | - |
| YUV | 84.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 66 | 0 | 0.22 | 0.35 | 0.6 | 23.33 | 0.21 | 0.33 |
| Hex | 66 | 50 | 42 | 0 | 16 | 23 | 3C | 17 | 15 | 21 |
| Octal | 146 | 120 | 102 | 0 | 26 | 43 | 74 | 27 | 25 | 41 |
| Binary | 1100110 | 1010000 | 1000010 | 0 | 10110 | 100011 | 111100 | 10111 | 10101 | 100001 |
Color Harmonies of #665042
Complementary color
Monochromatic Colors of #665042
Black with #665042
Text Example
Text Example
White with #665042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665042; }
p { color: rgb(102,80,66); }
H1.HeaderClassName
{
color: #665042;
}
.AnyTagClassName
{
color: #665042;
}
</style>
background-color css
<style>
a { background-color: #665042; }
a { background-color: rgb(102,80,66); }
div.DivClassName
{
background-color: #665042;
}
.BgClassName
{
background-color: #665042;
}
</style>
border-color css
<style>
span { border-color: #665042; }
span { border-color: rgb(102,80,66); }
td.TdClassName
{
border-color: #665042;
}
.TagClassName
{
border-color: #665042;
}
</style>