Shades of Quincy #655246
Tints of Quincy #655246
RGB
CMYK
RGB Variations
Color information
#655246 (or 0x655246) is known color: Quincy. HEX triplet: 65, 52 and 46. RGB value is (101,82,70). Sum of RGB (Red+Green+Blue) = 101+82+70=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #655246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655246 is #9AADB9. Grayscale: #565656. Windows color (decimal): -10137018 or 4608613. OLE color: 4608613.
HSL color Cylindrical-coordinate representation of color #655246: hue angle of 23.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655246 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 70 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.60 |
| HSL | 23.23º | 0.18% | 0.34% | - |
| HSV(B) | 23.23º | 0.31% | 0.4% | - |
| XYZ | 9.49 | 9.24 | 7.08 | - |
| YUV | 86.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 70 | 0 | 0.19 | 0.31 | 0.60 | 23.23 | 0.18 | 0.34 |
| Hex | 65 | 52 | 46 | 0 | 13 | 1F | 3C | 17 | 12 | 22 |
| Octal | 145 | 122 | 106 | 0 | 23 | 37 | 74 | 27 | 22 | 42 |
| Binary | 1100101 | 1010010 | 1000110 | 0 | 10011 | 11111 | 111100 | 10111 | 10010 | 100010 |
Color Harmonies of #655246
Complementary color
Monochromatic Colors of #655246
Black with #655246
Text Example
Text Example
White with #655246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655246; }
p { color: rgb(101,82,70); }
H1.HeaderClassName
{
color: #655246;
}
.AnyTagClassName
{
color: #655246;
}
</style>
background-color css
<style>
a { background-color: #655246; }
a { background-color: rgb(101,82,70); }
div.DivClassName
{
background-color: #655246;
}
.BgClassName
{
background-color: #655246;
}
</style>
border-color css
<style>
span { border-color: #655246; }
span { border-color: rgb(101,82,70); }
td.TdClassName
{
border-color: #655246;
}
.TagClassName
{
border-color: #655246;
}
</style>