Shades of Quincy #65554A
Tints of Quincy #65554A
RGB
CMYK
RGB Variations
Color information
#65554A (or 0x65554A) is known color: Quincy. HEX triplet: 65, 55 and 4A. RGB value is (101,85,74). Sum of RGB (Red+Green+Blue) = 101+85+74=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #65554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65554A is #9AAAB5. Grayscale: #585858. Windows color (decimal): -10136246 or 4871525. OLE color: 4871525.
HSL color Cylindrical-coordinate representation of color #65554A: hue angle of 24.44º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65554A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 74 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.60 |
| HSL | 24.44º | 0.15% | 0.34% | - |
| HSV(B) | 24.44º | 0.27% | 0.4% | - |
| XYZ | 9.85 | 9.76 | 7.84 | - |
| YUV | 88.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 74 | 0 | 0.16 | 0.27 | 0.60 | 24.44 | 0.15 | 0.34 |
| Hex | 65 | 55 | 4A | 0 | 10 | 1B | 3C | 18 | F | 22 |
| Octal | 145 | 125 | 112 | 0 | 20 | 33 | 74 | 30 | 17 | 42 |
| Binary | 1100101 | 1010101 | 1001010 | 0 | 10000 | 11011 | 111100 | 11000 | 1111 | 100010 |
Color Harmonies of #65554A
Complementary color
Monochromatic Colors of #65554A
Black with #65554A
Text Example
Text Example
White with #65554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65554A; }
p { color: rgb(101,85,74); }
H1.HeaderClassName
{
color: #65554A;
}
.AnyTagClassName
{
color: #65554A;
}
</style>
background-color css
<style>
a { background-color: #65554A; }
a { background-color: rgb(101,85,74); }
div.DivClassName
{
background-color: #65554A;
}
.BgClassName
{
background-color: #65554A;
}
</style>
border-color css
<style>
span { border-color: #65554A; }
span { border-color: rgb(101,85,74); }
td.TdClassName
{
border-color: #65554A;
}
.TagClassName
{
border-color: #65554A;
}
</style>