Shades of Quincy #655143
Tints of Quincy #655143
RGB
CMYK
RGB Variations
Color information
#655143 (or 0x655143) is known color: Quincy. HEX triplet: 65, 51 and 43. RGB value is (101,81,67). Sum of RGB (Red+Green+Blue) = 101+81+67=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #655143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655143 is #9AAEBC. Grayscale: #555555. Windows color (decimal): -10137277 or 4411749. OLE color: 4411749.
HSL color Cylindrical-coordinate representation of color #655143: hue angle of 24.71º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655143 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 67 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.60 |
| HSL | 24.71º | 0.2% | 0.33% | - |
| HSV(B) | 24.71º | 0.34% | 0.4% | - |
| XYZ | 9.32 | 9.06 | 6.57 | - |
| YUV | 85.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 67 | 0 | 0.20 | 0.34 | 0.60 | 24.71 | 0.2 | 0.33 |
| Hex | 65 | 51 | 43 | 0 | 14 | 22 | 3C | 19 | 14 | 21 |
| Octal | 145 | 121 | 103 | 0 | 24 | 42 | 74 | 31 | 24 | 41 |
| Binary | 1100101 | 1010001 | 1000011 | 0 | 10100 | 100010 | 111100 | 11001 | 10100 | 100001 |
Color Harmonies of #655143
Complementary color
Monochromatic Colors of #655143
Black with #655143
Text Example
Text Example
White with #655143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655143; }
p { color: rgb(101,81,67); }
H1.HeaderClassName
{
color: #655143;
}
.AnyTagClassName
{
color: #655143;
}
</style>
background-color css
<style>
a { background-color: #655143; }
a { background-color: rgb(101,81,67); }
div.DivClassName
{
background-color: #655143;
}
.BgClassName
{
background-color: #655143;
}
</style>
border-color css
<style>
span { border-color: #655143; }
span { border-color: rgb(101,81,67); }
td.TdClassName
{
border-color: #655143;
}
.TagClassName
{
border-color: #655143;
}
</style>