Shades of Quincy #655445
Tints of Quincy #655445
RGB
CMYK
RGB Variations
Color information
#655445 (or 0x655445) is known color: Quincy. HEX triplet: 65, 54 and 45. RGB value is (101,84,69). Sum of RGB (Red+Green+Blue) = 101+84+69=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655445 is #9AABBA. Grayscale: #575757. Windows color (decimal): -10136507 or 4543589. OLE color: 4543589.
HSL color Cylindrical-coordinate representation of color #655445: hue angle of 28.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655445 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 69 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.60 |
| HSL | 28.13º | 0.19% | 0.33% | - |
| HSV(B) | 28.13º | 0.32% | 0.4% | - |
| XYZ | 9.61 | 9.54 | 6.96 | - |
| YUV | 87.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 69 | 0 | 0.17 | 0.32 | 0.60 | 28.13 | 0.19 | 0.33 |
| Hex | 65 | 54 | 45 | 0 | 11 | 20 | 3C | 1C | 13 | 21 |
| Octal | 145 | 124 | 105 | 0 | 21 | 40 | 74 | 34 | 23 | 41 |
| Binary | 1100101 | 1010100 | 1000101 | 0 | 10001 | 100000 | 111100 | 11100 | 10011 | 100001 |
Color Harmonies of #655445
Complementary color
Monochromatic Colors of #655445
Black with #655445
Text Example
Text Example
White with #655445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655445; }
p { color: rgb(101,84,69); }
H1.HeaderClassName
{
color: #655445;
}
.AnyTagClassName
{
color: #655445;
}
</style>
background-color css
<style>
a { background-color: #655445; }
a { background-color: rgb(101,84,69); }
div.DivClassName
{
background-color: #655445;
}
.BgClassName
{
background-color: #655445;
}
</style>
border-color css
<style>
span { border-color: #655445; }
span { border-color: rgb(101,84,69); }
td.TdClassName
{
border-color: #655445;
}
.TagClassName
{
border-color: #655445;
}
</style>