Shades of Quincy #655243
Tints of Quincy #655243
RGB
CMYK
RGB Variations
Color information
#655243 (or 0x655243) is known color: Quincy. HEX triplet: 65, 52 and 43. RGB value is (101,82,67). Sum of RGB (Red+Green+Blue) = 101+82+67=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655243 is #9AADBC. Grayscale: #565656. Windows color (decimal): -10137021 or 4412005. OLE color: 4412005.
HSL color Cylindrical-coordinate representation of color #655243: hue angle of 26.47º 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 #655243 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 67 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.60 |
| HSL | 26.47º | 0.2% | 0.33% | - |
| HSV(B) | 26.47º | 0.34% | 0.4% | - |
| XYZ | 9.4 | 9.21 | 6.59 | - |
| YUV | 85.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 67 | 0 | 0.19 | 0.34 | 0.60 | 26.47 | 0.2 | 0.33 |
| Hex | 65 | 52 | 43 | 0 | 13 | 22 | 3C | 1A | 14 | 21 |
| Octal | 145 | 122 | 103 | 0 | 23 | 42 | 74 | 32 | 24 | 41 |
| Binary | 1100101 | 1010010 | 1000011 | 0 | 10011 | 100010 | 111100 | 11010 | 10100 | 100001 |
Color Harmonies of #655243
Complementary color
Monochromatic Colors of #655243
Black with #655243
Text Example
Text Example
White with #655243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655243; }
p { color: rgb(101,82,67); }
H1.HeaderClassName
{
color: #655243;
}
.AnyTagClassName
{
color: #655243;
}
</style>
background-color css
<style>
a { background-color: #655243; }
a { background-color: rgb(101,82,67); }
div.DivClassName
{
background-color: #655243;
}
.BgClassName
{
background-color: #655243;
}
</style>
border-color css
<style>
span { border-color: #655243; }
span { border-color: rgb(101,82,67); }
td.TdClassName
{
border-color: #655243;
}
.TagClassName
{
border-color: #655243;
}
</style>