Shades of Quincy #675349
Tints of Quincy #675349
RGB
CMYK
RGB Variations
Color information
#675349 (or 0x675349) is known color: Quincy. HEX triplet: 67, 53 and 49. RGB value is (103,83,73). Sum of RGB (Red+Green+Blue) = 103+83+73=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #675349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675349 is #98ACB6. Grayscale: #575757. Windows color (decimal): -10005687 or 4805479. OLE color: 4805479.
HSL color Cylindrical-coordinate representation of color #675349: hue angle of 20º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #675349 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 73 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.60 |
| HSL | 20º | 0.17% | 0.35% | - |
| HSV(B) | 20º | 0.29% | 0.4% | - |
| XYZ | 9.89 | 9.55 | 7.63 | - |
| YUV | 87.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 73 | 0 | 0.19 | 0.29 | 0.60 | 20 | 0.17 | 0.35 |
| Hex | 67 | 53 | 49 | 0 | 13 | 1D | 3C | 14 | 11 | 23 |
| Octal | 147 | 123 | 111 | 0 | 23 | 35 | 74 | 24 | 21 | 43 |
| Binary | 1100111 | 1010011 | 1001001 | 0 | 10011 | 11101 | 111100 | 10100 | 10001 | 100011 |
Color Harmonies of #675349
Complementary color
Monochromatic Colors of #675349
Black with #675349
Text Example
Text Example
White with #675349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675349; }
p { color: rgb(103,83,73); }
H1.HeaderClassName
{
color: #675349;
}
.AnyTagClassName
{
color: #675349;
}
</style>
background-color css
<style>
a { background-color: #675349; }
a { background-color: rgb(103,83,73); }
div.DivClassName
{
background-color: #675349;
}
.BgClassName
{
background-color: #675349;
}
</style>
border-color css
<style>
span { border-color: #675349; }
span { border-color: rgb(103,83,73); }
td.TdClassName
{
border-color: #675349;
}
.TagClassName
{
border-color: #675349;
}
</style>