Shades of Quincy #6D5748
Tints of Quincy #6D5748
RGB
CMYK
RGB Variations
Color information
#6D5748 (or 0x6D5748) is known color: Quincy. HEX triplet: 6D, 57 and 48. RGB value is (109,87,72). Sum of RGB (Red+Green+Blue) = 109+87+72=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5748 is #92A8B7. Grayscale: #5B5B5B. Windows color (decimal): -9611448 or 4740973. OLE color: 4740973.
HSL color Cylindrical-coordinate representation of color #6D5748: hue angle of 24.32º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D5748 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 72 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.57 |
| HSL | 24.32º | 0.2% | 0.35% | - |
| HSV(B) | 24.32º | 0.34% | 0.43% | - |
| XYZ | 10.88 | 10.54 | 7.59 | - |
| YUV | 91.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 72 | 0 | 0.20 | 0.34 | 0.57 | 24.32 | 0.2 | 0.35 |
| Hex | 6D | 57 | 48 | 0 | 14 | 22 | 39 | 18 | 14 | 23 |
| Octal | 155 | 127 | 110 | 0 | 24 | 42 | 71 | 30 | 24 | 43 |
| Binary | 1101101 | 1010111 | 1001000 | 0 | 10100 | 100010 | 111001 | 11000 | 10100 | 100011 |
Color Harmonies of #6D5748
Complementary color
Monochromatic Colors of #6D5748
Black with #6D5748
Text Example
Text Example
White with #6D5748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5748; }
p { color: rgb(109,87,72); }
H1.HeaderClassName
{
color: #6D5748;
}
.AnyTagClassName
{
color: #6D5748;
}
</style>
background-color css
<style>
a { background-color: #6D5748; }
a { background-color: rgb(109,87,72); }
div.DivClassName
{
background-color: #6D5748;
}
.BgClassName
{
background-color: #6D5748;
}
</style>
border-color css
<style>
span { border-color: #6D5748; }
span { border-color: rgb(109,87,72); }
td.TdClassName
{
border-color: #6D5748;
}
.TagClassName
{
border-color: #6D5748;
}
</style>