Shades of Quincy #6C5548
Tints of Quincy #6C5548
RGB
CMYK
RGB Variations
Color information
#6C5548 (or 0x6C5548) is known color: Quincy. HEX triplet: 6C, 55 and 48. RGB value is (108,85,72). Sum of RGB (Red+Green+Blue) = 108+85+72=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5548 is #93AAB7. Grayscale: #5A5A5A. Windows color (decimal): -9677496 or 4740460. OLE color: 4740460.
HSL color Cylindrical-coordinate representation of color #6C5548: hue angle of 21.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C5548 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 85 | 72 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.58 |
| HSL | 21.67º | 0.2% | 0.35% | - |
| HSV(B) | 21.67º | 0.33% | 0.42% | - |
| XYZ | 10.6 | 10.15 | 7.53 | - |
| YUV | 90.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 72 | 0 | 0.21 | 0.33 | 0.58 | 21.67 | 0.2 | 0.35 |
| Hex | 6C | 55 | 48 | 0 | 15 | 21 | 3A | 16 | 14 | 23 |
| Octal | 154 | 125 | 110 | 0 | 25 | 41 | 72 | 26 | 24 | 43 |
| Binary | 1101100 | 1010101 | 1001000 | 0 | 10101 | 100001 | 111010 | 10110 | 10100 | 100011 |
Color Harmonies of #6C5548
Complementary color
Monochromatic Colors of #6C5548
Black with #6C5548
Text Example
Text Example
White with #6C5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5548; }
p { color: rgb(108,85,72); }
H1.HeaderClassName
{
color: #6C5548;
}
.AnyTagClassName
{
color: #6C5548;
}
</style>
background-color css
<style>
a { background-color: #6C5548; }
a { background-color: rgb(108,85,72); }
div.DivClassName
{
background-color: #6C5548;
}
.BgClassName
{
background-color: #6C5548;
}
</style>
border-color css
<style>
span { border-color: #6C5548; }
span { border-color: rgb(108,85,72); }
td.TdClassName
{
border-color: #6C5548;
}
.TagClassName
{
border-color: #6C5548;
}
</style>