Shades of Quincy #65554B
Tints of Quincy #65554B
RGB
CMYK
RGB Variations
Color information
#65554B (or 0x65554B) is known color: Quincy. HEX triplet: 65, 55 and 4B. RGB value is (101,85,75). Sum of RGB (Red+Green+Blue) = 101+85+75=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65554B is #9AAAB4. Grayscale: #585858. Windows color (decimal): -10136245 or 4937061. OLE color: 4937061.
HSL color Cylindrical-coordinate representation of color #65554B: hue angle of 23.08º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65554B is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 75 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.60 |
| HSL | 23.08º | 0.15% | 0.35% | - |
| HSV(B) | 23.08º | 0.26% | 0.4% | - |
| XYZ | 9.89 | 9.77 | 8.02 | - |
| YUV | 88.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 75 | 0 | 0.16 | 0.26 | 0.60 | 23.08 | 0.15 | 0.35 |
| Hex | 65 | 55 | 4B | 0 | 10 | 1A | 3C | 17 | F | 23 |
| Octal | 145 | 125 | 113 | 0 | 20 | 32 | 74 | 27 | 17 | 43 |
| Binary | 1100101 | 1010101 | 1001011 | 0 | 10000 | 11010 | 111100 | 10111 | 1111 | 100011 |
Color Harmonies of #65554B
Complementary color
Monochromatic Colors of #65554B
Black with #65554B
Text Example
Text Example
White with #65554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65554B; }
p { color: rgb(101,85,75); }
H1.HeaderClassName
{
color: #65554B;
}
.AnyTagClassName
{
color: #65554B;
}
</style>
background-color css
<style>
a { background-color: #65554B; }
a { background-color: rgb(101,85,75); }
div.DivClassName
{
background-color: #65554B;
}
.BgClassName
{
background-color: #65554B;
}
</style>
border-color css
<style>
span { border-color: #65554B; }
span { border-color: rgb(101,85,75); }
td.TdClassName
{
border-color: #65554B;
}
.TagClassName
{
border-color: #65554B;
}
</style>