Shades of Quincy #675249
Tints of Quincy #675249
RGB
CMYK
RGB Variations
Color information
#675249 (or 0x675249) is known color: Quincy. HEX triplet: 67, 52 and 49. RGB value is (103,82,73). Sum of RGB (Red+Green+Blue) = 103+82+73=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #675249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675249 is #98ADB6. Grayscale: #575757. Windows color (decimal): -10005943 or 4805223. OLE color: 4805223.
HSL color Cylindrical-coordinate representation of color #675249: hue angle of 18º 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 #675249 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 73 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.60 |
| HSL | 18º | 0.17% | 0.35% | - |
| HSV(B) | 18º | 0.29% | 0.4% | - |
| XYZ | 9.81 | 9.4 | 7.6 | - |
| YUV | 87.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 73 | 0 | 0.20 | 0.29 | 0.60 | 18 | 0.17 | 0.35 |
| Hex | 67 | 52 | 49 | 0 | 14 | 1D | 3C | 12 | 11 | 23 |
| Octal | 147 | 122 | 111 | 0 | 24 | 35 | 74 | 22 | 21 | 43 |
| Binary | 1100111 | 1010010 | 1001001 | 0 | 10100 | 11101 | 111100 | 10010 | 10001 | 100011 |
Color Harmonies of #675249
Complementary color
Monochromatic Colors of #675249
Black with #675249
Text Example
Text Example
White with #675249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675249; }
p { color: rgb(103,82,73); }
H1.HeaderClassName
{
color: #675249;
}
.AnyTagClassName
{
color: #675249;
}
</style>
background-color css
<style>
a { background-color: #675249; }
a { background-color: rgb(103,82,73); }
div.DivClassName
{
background-color: #675249;
}
.BgClassName
{
background-color: #675249;
}
</style>
border-color css
<style>
span { border-color: #675249; }
span { border-color: rgb(103,82,73); }
td.TdClassName
{
border-color: #675249;
}
.TagClassName
{
border-color: #675249;
}
</style>