Shades of Quincy #6A554C
Tints of Quincy #6A554C
RGB
CMYK
RGB Variations
Color information
#6A554C (or 0x6A554C) is known color: Quincy. HEX triplet: 6A, 55 and 4C. RGB value is (106,85,76). Sum of RGB (Red+Green+Blue) = 106+85+76=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 106 - color contains mainly: red. Hex color #6A554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A554C is #95AAB3. Grayscale: #5A5A5A. Windows color (decimal): -9808564 or 5002602. OLE color: 5002602.
HSL color Cylindrical-coordinate representation of color #6A554C: hue angle of 18º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A554C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 85 | 76 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.58 |
| HSL | 18º | 0.16% | 0.36% | - |
| HSV(B) | 18º | 0.28% | 0.42% | - |
| XYZ | 10.5 | 10.08 | 8.23 | - |
| YUV | 90.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 76 | 0 | 0.20 | 0.28 | 0.58 | 18 | 0.16 | 0.36 |
| Hex | 6A | 55 | 4C | 0 | 14 | 1C | 3A | 12 | 10 | 24 |
| Octal | 152 | 125 | 114 | 0 | 24 | 34 | 72 | 22 | 20 | 44 |
| Binary | 1101010 | 1010101 | 1001100 | 0 | 10100 | 11100 | 111010 | 10010 | 10000 | 100100 |
Color Harmonies of #6A554C
Complementary color
Monochromatic Colors of #6A554C
Black with #6A554C
Text Example
Text Example
White with #6A554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A554C; }
p { color: rgb(106,85,76); }
H1.HeaderClassName
{
color: #6A554C;
}
.AnyTagClassName
{
color: #6A554C;
}
</style>
background-color css
<style>
a { background-color: #6A554C; }
a { background-color: rgb(106,85,76); }
div.DivClassName
{
background-color: #6A554C;
}
.BgClassName
{
background-color: #6A554C;
}
</style>
border-color css
<style>
span { border-color: #6A554C; }
span { border-color: rgb(106,85,76); }
td.TdClassName
{
border-color: #6A554C;
}
.TagClassName
{
border-color: #6A554C;
}
</style>