Shades of Quincy #65503F
Tints of Quincy #65503F
RGB
CMYK
RGB Variations
Color information
#65503F (or 0x65503F) is known color: Quincy. HEX triplet: 65, 50 and 3F. RGB value is (101,80,63). Sum of RGB (Red+Green+Blue) = 101+80+63=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65503F is #9AAFC0. Grayscale: #545454. Windows color (decimal): -10137537 or 4149349. OLE color: 4149349.
HSL color Cylindrical-coordinate representation of color #65503F: hue angle of 26.84º degrees, saturation: 0.23, 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 #65503F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 63 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.60 |
| HSL | 26.84º | 0.23% | 0.32% | - |
| HSV(B) | 26.84º | 0.38% | 0.4% | - |
| XYZ | 9.13 | 8.86 | 5.93 | - |
| YUV | 84.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 63 | 0 | 0.21 | 0.38 | 0.60 | 26.84 | 0.23 | 0.32 |
| Hex | 65 | 50 | 3F | 0 | 15 | 26 | 3C | 1B | 17 | 20 |
| Octal | 145 | 120 | 77 | 0 | 25 | 46 | 74 | 33 | 27 | 40 |
| Binary | 1100101 | 1010000 | 111111 | 0 | 10101 | 100110 | 111100 | 11011 | 10111 | 100000 |
Color Harmonies of #65503F
Complementary color
Monochromatic Colors of #65503F
Black with #65503F
Text Example
Text Example
White with #65503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65503F; }
p { color: rgb(101,80,63); }
H1.HeaderClassName
{
color: #65503F;
}
.AnyTagClassName
{
color: #65503F;
}
</style>
background-color css
<style>
a { background-color: #65503F; }
a { background-color: rgb(101,80,63); }
div.DivClassName
{
background-color: #65503F;
}
.BgClassName
{
background-color: #65503F;
}
</style>
border-color css
<style>
span { border-color: #65503F; }
span { border-color: rgb(101,80,63); }
td.TdClassName
{
border-color: #65503F;
}
.TagClassName
{
border-color: #65503F;
}
</style>