Shades of Quincy #6D584C
Tints of Quincy #6D584C
RGB
CMYK
RGB Variations
Color information
#6D584C (or 0x6D584C) is known color: Quincy. HEX triplet: 6D, 58 and 4C. RGB value is (109,88,76). Sum of RGB (Red+Green+Blue) = 109+88+76=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D584C is #92A7B3. Grayscale: #5C5C5C. Windows color (decimal): -9611188 or 5003373. OLE color: 5003373.
HSL color Cylindrical-coordinate representation of color #6D584C: hue angle of 21.82º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D584C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 76 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.57 |
| HSL | 21.82º | 0.18% | 0.36% | - |
| HSV(B) | 21.82º | 0.3% | 0.43% | - |
| XYZ | 11.1 | 10.75 | 8.33 | - |
| YUV | 92.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 76 | 0 | 0.19 | 0.30 | 0.57 | 21.82 | 0.18 | 0.36 |
| Hex | 6D | 58 | 4C | 0 | 13 | 1E | 39 | 16 | 12 | 24 |
| Octal | 155 | 130 | 114 | 0 | 23 | 36 | 71 | 26 | 22 | 44 |
| Binary | 1101101 | 1011000 | 1001100 | 0 | 10011 | 11110 | 111001 | 10110 | 10010 | 100100 |
Color Harmonies of #6D584C
Complementary color
Monochromatic Colors of #6D584C
Black with #6D584C
Text Example
Text Example
White with #6D584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D584C; }
p { color: rgb(109,88,76); }
H1.HeaderClassName
{
color: #6D584C;
}
.AnyTagClassName
{
color: #6D584C;
}
</style>
background-color css
<style>
a { background-color: #6D584C; }
a { background-color: rgb(109,88,76); }
div.DivClassName
{
background-color: #6D584C;
}
.BgClassName
{
background-color: #6D584C;
}
</style>
border-color css
<style>
span { border-color: #6D584C; }
span { border-color: rgb(109,88,76); }
td.TdClassName
{
border-color: #6D584C;
}
.TagClassName
{
border-color: #6D584C;
}
</style>