Shades of Quincy #66503D
Tints of Quincy #66503D
RGB
CMYK
RGB Variations
Color information
#66503D (or 0x66503D) is known color: Quincy. HEX triplet: 66, 50 and 3D. RGB value is (102,80,61). Sum of RGB (Red+Green+Blue) = 102+80+61=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66503D is #99AFC2. Grayscale: #545454. Windows color (decimal): -10072003 or 4018278. OLE color: 4018278.
HSL color Cylindrical-coordinate representation of color #66503D: hue angle of 27.8º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66503D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 61 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.6 |
| HSL | 27.8º | 0.25% | 0.32% | - |
| HSV(B) | 27.8º | 0.4% | 0.4% | - |
| XYZ | 9.19 | 8.9 | 5.65 | - |
| YUV | 84.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 61 | 0 | 0.22 | 0.40 | 0.6 | 27.8 | 0.25 | 0.32 |
| Hex | 66 | 50 | 3D | 0 | 16 | 28 | 3C | 1C | 19 | 20 |
| Octal | 146 | 120 | 75 | 0 | 26 | 50 | 74 | 34 | 31 | 40 |
| Binary | 1100110 | 1010000 | 111101 | 0 | 10110 | 101000 | 111100 | 11100 | 11001 | 100000 |
Color Harmonies of #66503D
Complementary color
Monochromatic Colors of #66503D
Black with #66503D
Text Example
Text Example
White with #66503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66503D; }
p { color: rgb(102,80,61); }
H1.HeaderClassName
{
color: #66503D;
}
.AnyTagClassName
{
color: #66503D;
}
</style>
background-color css
<style>
a { background-color: #66503D; }
a { background-color: rgb(102,80,61); }
div.DivClassName
{
background-color: #66503D;
}
.BgClassName
{
background-color: #66503D;
}
</style>
border-color css
<style>
span { border-color: #66503D; }
span { border-color: rgb(102,80,61); }
td.TdClassName
{
border-color: #66503D;
}
.TagClassName
{
border-color: #66503D;
}
</style>