Shades of Quincy #655045
Tints of Quincy #655045
RGB
CMYK
RGB Variations
Color information
#655045 (or 0x655045) is known color: Quincy. HEX triplet: 65, 50 and 45. RGB value is (101,80,69). Sum of RGB (Red+Green+Blue) = 101+80+69=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655045 is #9AAFBA. Grayscale: #555555. Windows color (decimal): -10137531 or 4542565. OLE color: 4542565.
HSL color Cylindrical-coordinate representation of color #655045: hue angle of 20.62º 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 #655045 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 69 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.60 |
| HSL | 20.63º | 0.19% | 0.33% | - |
| HSV(B) | 20.63º | 0.32% | 0.4% | - |
| XYZ | 9.31 | 8.93 | 6.86 | - |
| YUV | 85.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 69 | 0 | 0.21 | 0.32 | 0.60 | 20.63 | 0.19 | 0.33 |
| Hex | 65 | 50 | 45 | 0 | 15 | 20 | 3C | 15 | 13 | 21 |
| Octal | 145 | 120 | 105 | 0 | 25 | 40 | 74 | 25 | 23 | 41 |
| Binary | 1100101 | 1010000 | 1000101 | 0 | 10101 | 100000 | 111100 | 10101 | 10011 | 100001 |
Color Harmonies of #655045
Complementary color
Monochromatic Colors of #655045
Black with #655045
Text Example
Text Example
White with #655045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655045; }
p { color: rgb(101,80,69); }
H1.HeaderClassName
{
color: #655045;
}
.AnyTagClassName
{
color: #655045;
}
</style>
background-color css
<style>
a { background-color: #655045; }
a { background-color: rgb(101,80,69); }
div.DivClassName
{
background-color: #655045;
}
.BgClassName
{
background-color: #655045;
}
</style>
border-color css
<style>
span { border-color: #655045; }
span { border-color: rgb(101,80,69); }
td.TdClassName
{
border-color: #655045;
}
.TagClassName
{
border-color: #655045;
}
</style>