Shades of Quincy #65534A
Tints of Quincy #65534A
RGB
CMYK
RGB Variations
Color information
#65534A (or 0x65534A) is known color: Quincy. HEX triplet: 65, 53 and 4A. RGB value is (101,83,74). Sum of RGB (Red+Green+Blue) = 101+83+74=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #65534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65534A is #9AACB5. Grayscale: #575757. Windows color (decimal): -10136758 or 4871013. OLE color: 4871013.
HSL color Cylindrical-coordinate representation of color #65534A: hue angle of 20º 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 #65534A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 74 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.60 |
| HSL | 20º | 0.15% | 0.34% | - |
| HSV(B) | 20º | 0.27% | 0.4% | - |
| XYZ | 9.7 | 9.45 | 7.79 | - |
| YUV | 87.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 74 | 0 | 0.18 | 0.27 | 0.60 | 20 | 0.15 | 0.34 |
| Hex | 65 | 53 | 4A | 0 | 12 | 1B | 3C | 14 | F | 22 |
| Octal | 145 | 123 | 112 | 0 | 22 | 33 | 74 | 24 | 17 | 42 |
| Binary | 1100101 | 1010011 | 1001010 | 0 | 10010 | 11011 | 111100 | 10100 | 1111 | 100010 |
Color Harmonies of #65534A
Complementary color
Monochromatic Colors of #65534A
Black with #65534A
Text Example
Text Example
White with #65534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65534A; }
p { color: rgb(101,83,74); }
H1.HeaderClassName
{
color: #65534A;
}
.AnyTagClassName
{
color: #65534A;
}
</style>
background-color css
<style>
a { background-color: #65534A; }
a { background-color: rgb(101,83,74); }
div.DivClassName
{
background-color: #65534A;
}
.BgClassName
{
background-color: #65534A;
}
</style>
border-color css
<style>
span { border-color: #65534A; }
span { border-color: rgb(101,83,74); }
td.TdClassName
{
border-color: #65534A;
}
.TagClassName
{
border-color: #65534A;
}
</style>