Shades of Quincy #655342
Tints of Quincy #655342
RGB
CMYK
RGB Variations
Color information
#655342 (or 0x655342) is known color: Quincy. HEX triplet: 65, 53 and 42. RGB value is (101,83,66). Sum of RGB (Red+Green+Blue) = 101+83+66=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655342 is #9AACBD. Grayscale: #565656. Windows color (decimal): -10136766 or 4346725. OLE color: 4346725.
HSL color Cylindrical-coordinate representation of color #655342: hue angle of 29.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655342 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 66 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.60 |
| HSL | 29.14º | 0.21% | 0.33% | - |
| HSV(B) | 29.14º | 0.35% | 0.4% | - |
| XYZ | 9.44 | 9.35 | 6.46 | - |
| YUV | 86.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 66 | 0 | 0.18 | 0.35 | 0.60 | 29.14 | 0.21 | 0.33 |
| Hex | 65 | 53 | 42 | 0 | 12 | 23 | 3C | 1D | 15 | 21 |
| Octal | 145 | 123 | 102 | 0 | 22 | 43 | 74 | 35 | 25 | 41 |
| Binary | 1100101 | 1010011 | 1000010 | 0 | 10010 | 100011 | 111100 | 11101 | 10101 | 100001 |
Color Harmonies of #655342
Complementary color
Monochromatic Colors of #655342
Black with #655342
Text Example
Text Example
White with #655342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655342; }
p { color: rgb(101,83,66); }
H1.HeaderClassName
{
color: #655342;
}
.AnyTagClassName
{
color: #655342;
}
</style>
background-color css
<style>
a { background-color: #655342; }
a { background-color: rgb(101,83,66); }
div.DivClassName
{
background-color: #655342;
}
.BgClassName
{
background-color: #655342;
}
</style>
border-color css
<style>
span { border-color: #655342; }
span { border-color: rgb(101,83,66); }
td.TdClassName
{
border-color: #655342;
}
.TagClassName
{
border-color: #655342;
}
</style>