Shades of Quincy #6D534A
Tints of Quincy #6D534A
RGB
CMYK
RGB Variations
Color information
#6D534A (or 0x6D534A) is known color: Quincy. HEX triplet: 6D, 53 and 4A. RGB value is (109,83,74). Sum of RGB (Red+Green+Blue) = 109+83+74=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D534A is #92ACB5. Grayscale: #595959. Windows color (decimal): -9612470 or 4871021. OLE color: 4871021.
HSL color Cylindrical-coordinate representation of color #6D534A: hue angle of 15.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D534A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 74 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.57 |
| HSL | 15.43º | 0.19% | 0.36% | - |
| HSV(B) | 15.43º | 0.32% | 0.43% | - |
| XYZ | 10.64 | 9.93 | 7.84 | - |
| YUV | 89.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 74 | 0 | 0.24 | 0.32 | 0.57 | 15.43 | 0.19 | 0.36 |
| Hex | 6D | 53 | 4A | 0 | 18 | 20 | 39 | F | 13 | 24 |
| Octal | 155 | 123 | 112 | 0 | 30 | 40 | 71 | 17 | 23 | 44 |
| Binary | 1101101 | 1010011 | 1001010 | 0 | 11000 | 100000 | 111001 | 1111 | 10011 | 100100 |
Color Harmonies of #6D534A
Complementary color
Monochromatic Colors of #6D534A
Black with #6D534A
Text Example
Text Example
White with #6D534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D534A; }
p { color: rgb(109,83,74); }
H1.HeaderClassName
{
color: #6D534A;
}
.AnyTagClassName
{
color: #6D534A;
}
</style>
background-color css
<style>
a { background-color: #6D534A; }
a { background-color: rgb(109,83,74); }
div.DivClassName
{
background-color: #6D534A;
}
.BgClassName
{
background-color: #6D534A;
}
</style>
border-color css
<style>
span { border-color: #6D534A; }
span { border-color: rgb(109,83,74); }
td.TdClassName
{
border-color: #6D534A;
}
.TagClassName
{
border-color: #6D534A;
}
</style>