Shades of Quincy #655041
Tints of Quincy #655041
RGB
CMYK
RGB Variations
Color information
#655041 (or 0x655041) is known color: Quincy. HEX triplet: 65, 50 and 41. RGB value is (101,80,65). Sum of RGB (Red+Green+Blue) = 101+80+65=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #655041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655041 is #9AAFBE. Grayscale: #545454. Windows color (decimal): -10137535 or 4280421. OLE color: 4280421.
HSL color Cylindrical-coordinate representation of color #655041: hue angle of 25º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655041 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 65 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.60 |
| HSL | 25º | 0.22% | 0.33% | - |
| HSV(B) | 25º | 0.36% | 0.4% | - |
| XYZ | 9.19 | 8.89 | 6.23 | - |
| YUV | 84.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 65 | 0 | 0.21 | 0.36 | 0.60 | 25 | 0.22 | 0.33 |
| Hex | 65 | 50 | 41 | 0 | 15 | 24 | 3C | 19 | 16 | 21 |
| Octal | 145 | 120 | 101 | 0 | 25 | 44 | 74 | 31 | 26 | 41 |
| Binary | 1100101 | 1010000 | 1000001 | 0 | 10101 | 100100 | 111100 | 11001 | 10110 | 100001 |
Color Harmonies of #655041
Complementary color
Monochromatic Colors of #655041
Black with #655041
Text Example
Text Example
White with #655041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655041; }
p { color: rgb(101,80,65); }
H1.HeaderClassName
{
color: #655041;
}
.AnyTagClassName
{
color: #655041;
}
</style>
background-color css
<style>
a { background-color: #655041; }
a { background-color: rgb(101,80,65); }
div.DivClassName
{
background-color: #655041;
}
.BgClassName
{
background-color: #655041;
}
</style>
border-color css
<style>
span { border-color: #655041; }
span { border-color: rgb(101,80,65); }
td.TdClassName
{
border-color: #655041;
}
.TagClassName
{
border-color: #655041;
}
</style>