Shades of Quincy #65503D
Tints of Quincy #65503D
RGB
CMYK
RGB Variations
Color information
#65503D (or 0x65503D) is known color: Quincy. HEX triplet: 65, 50 and 3D. RGB value is (101,80,61). Sum of RGB (Red+Green+Blue) = 101+80+61=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #65503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65503D is #9AAFC2. Grayscale: #545454. Windows color (decimal): -10137539 or 4018277. OLE color: 4018277.
HSL color Cylindrical-coordinate representation of color #65503D: hue angle of 28.5º 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 #65503D is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 61 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.60 |
| HSL | 28.5º | 0.25% | 0.32% | - |
| HSV(B) | 28.5º | 0.4% | 0.4% | - |
| XYZ | 9.08 | 8.84 | 5.64 | - |
| YUV | 84.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 61 | 0 | 0.21 | 0.40 | 0.60 | 28.5 | 0.25 | 0.32 |
| Hex | 65 | 50 | 3D | 0 | 15 | 28 | 3C | 1C | 19 | 20 |
| Octal | 145 | 120 | 75 | 0 | 25 | 50 | 74 | 34 | 31 | 40 |
| Binary | 1100101 | 1010000 | 111101 | 0 | 10101 | 101000 | 111100 | 11100 | 11001 | 100000 |
Color Harmonies of #65503D
Complementary color
Monochromatic Colors of #65503D
Black with #65503D
Text Example
Text Example
White with #65503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65503D; }
p { color: rgb(101,80,61); }
H1.HeaderClassName
{
color: #65503D;
}
.AnyTagClassName
{
color: #65503D;
}
</style>
background-color css
<style>
a { background-color: #65503D; }
a { background-color: rgb(101,80,61); }
div.DivClassName
{
background-color: #65503D;
}
.BgClassName
{
background-color: #65503D;
}
</style>
border-color css
<style>
span { border-color: #65503D; }
span { border-color: rgb(101,80,61); }
td.TdClassName
{
border-color: #65503D;
}
.TagClassName
{
border-color: #65503D;
}
</style>