Shades of Quincy #6C574C
Tints of Quincy #6C574C
RGB
CMYK
RGB Variations
Color information
#6C574C (or 0x6C574C) is known color: Quincy. HEX triplet: 6C, 57 and 4C. RGB value is (108,87,76). Sum of RGB (Red+Green+Blue) = 108+87+76=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C574C is #93A8B3. Grayscale: #5C5C5C. Windows color (decimal): -9676980 or 5003116. OLE color: 5003116.
HSL color Cylindrical-coordinate representation of color #6C574C: hue angle of 20.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C574C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 87 | 76 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.58 |
| HSL | 20.63º | 0.17% | 0.36% | - |
| HSV(B) | 20.63º | 0.3% | 0.42% | - |
| XYZ | 10.9 | 10.53 | 8.29 | - |
| YUV | 92.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 76 | 0 | 0.19 | 0.30 | 0.58 | 20.63 | 0.17 | 0.36 |
| Hex | 6C | 57 | 4C | 0 | 13 | 1E | 3A | 15 | 11 | 24 |
| Octal | 154 | 127 | 114 | 0 | 23 | 36 | 72 | 25 | 21 | 44 |
| Binary | 1101100 | 1010111 | 1001100 | 0 | 10011 | 11110 | 111010 | 10101 | 10001 | 100100 |
Color Harmonies of #6C574C
Complementary color
Monochromatic Colors of #6C574C
Black with #6C574C
Text Example
Text Example
White with #6C574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C574C; }
p { color: rgb(108,87,76); }
H1.HeaderClassName
{
color: #6C574C;
}
.AnyTagClassName
{
color: #6C574C;
}
</style>
background-color css
<style>
a { background-color: #6C574C; }
a { background-color: rgb(108,87,76); }
div.DivClassName
{
background-color: #6C574C;
}
.BgClassName
{
background-color: #6C574C;
}
</style>
border-color css
<style>
span { border-color: #6C574C; }
span { border-color: rgb(108,87,76); }
td.TdClassName
{
border-color: #6C574C;
}
.TagClassName
{
border-color: #6C574C;
}
</style>