Shades of Quincy #6A574C
Tints of Quincy #6A574C
RGB
CMYK
RGB Variations
Color information
#6A574C (or 0x6A574C) is known color: Quincy. HEX triplet: 6A, 57 and 4C. RGB value is (106,87,76). Sum of RGB (Red+Green+Blue) = 106+87+76=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 106 - color contains mainly: red. Hex color #6A574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A574C is #95A8B3. Grayscale: #5B5B5B. Windows color (decimal): -9808052 or 5003114. OLE color: 5003114.
HSL color Cylindrical-coordinate representation of color #6A574C: hue angle of 22º 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 #6A574C is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 87 | 76 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.58 |
| HSL | 22º | 0.16% | 0.36% | - |
| HSV(B) | 22º | 0.28% | 0.42% | - |
| XYZ | 10.66 | 10.4 | 8.28 | - |
| YUV | 91.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 76 | 0 | 0.18 | 0.28 | 0.58 | 22 | 0.16 | 0.36 |
| Hex | 6A | 57 | 4C | 0 | 12 | 1C | 3A | 16 | 10 | 24 |
| Octal | 152 | 127 | 114 | 0 | 22 | 34 | 72 | 26 | 20 | 44 |
| Binary | 1101010 | 1010111 | 1001100 | 0 | 10010 | 11100 | 111010 | 10110 | 10000 | 100100 |
Color Harmonies of #6A574C
Complementary color
Monochromatic Colors of #6A574C
Black with #6A574C
Text Example
Text Example
White with #6A574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A574C; }
p { color: rgb(106,87,76); }
H1.HeaderClassName
{
color: #6A574C;
}
.AnyTagClassName
{
color: #6A574C;
}
</style>
background-color css
<style>
a { background-color: #6A574C; }
a { background-color: rgb(106,87,76); }
div.DivClassName
{
background-color: #6A574C;
}
.BgClassName
{
background-color: #6A574C;
}
</style>
border-color css
<style>
span { border-color: #6A574C; }
span { border-color: rgb(106,87,76); }
td.TdClassName
{
border-color: #6A574C;
}
.TagClassName
{
border-color: #6A574C;
}
</style>