Shades of Quincy #66503F
Tints of Quincy #66503F
RGB
CMYK
RGB Variations
Color information
#66503F (or 0x66503F) is known color: Quincy. HEX triplet: 66, 50 and 3F. RGB value is (102,80,63). Sum of RGB (Red+Green+Blue) = 102+80+63=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66503F is #99AFC0. Grayscale: #545454. Windows color (decimal): -10072001 or 4149350. OLE color: 4149350.
HSL color Cylindrical-coordinate representation of color #66503F: hue angle of 26.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66503F is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 63 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.6 |
| HSL | 26.15º | 0.24% | 0.32% | - |
| HSV(B) | 26.15º | 0.38% | 0.4% | - |
| XYZ | 9.25 | 8.92 | 5.94 | - |
| YUV | 84.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 63 | 0 | 0.22 | 0.38 | 0.6 | 26.15 | 0.24 | 0.32 |
| Hex | 66 | 50 | 3F | 0 | 16 | 26 | 3C | 1A | 18 | 20 |
| Octal | 146 | 120 | 77 | 0 | 26 | 46 | 74 | 32 | 30 | 40 |
| Binary | 1100110 | 1010000 | 111111 | 0 | 10110 | 100110 | 111100 | 11010 | 11000 | 100000 |
Color Harmonies of #66503F
Complementary color
Monochromatic Colors of #66503F
Black with #66503F
Text Example
Text Example
White with #66503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66503F; }
p { color: rgb(102,80,63); }
H1.HeaderClassName
{
color: #66503F;
}
.AnyTagClassName
{
color: #66503F;
}
</style>
background-color css
<style>
a { background-color: #66503F; }
a { background-color: rgb(102,80,63); }
div.DivClassName
{
background-color: #66503F;
}
.BgClassName
{
background-color: #66503F;
}
</style>
border-color css
<style>
span { border-color: #66503F; }
span { border-color: rgb(102,80,63); }
td.TdClassName
{
border-color: #66503F;
}
.TagClassName
{
border-color: #66503F;
}
</style>