Shades of Quincy #675248
Tints of Quincy #675248
RGB
CMYK
RGB Variations
Color information
#675248 (or 0x675248) is known color: Quincy. HEX triplet: 67, 52 and 48. RGB value is (103,82,72). Sum of RGB (Red+Green+Blue) = 103+82+72=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #675248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675248 is #98ADB7. Grayscale: #575757. Windows color (decimal): -10005944 or 4739687. OLE color: 4739687.
HSL color Cylindrical-coordinate representation of color #675248: hue angle of 19.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675248 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 72 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.60 |
| HSL | 19.35º | 0.18% | 0.34% | - |
| HSV(B) | 19.35º | 0.3% | 0.4% | - |
| XYZ | 9.78 | 9.39 | 7.43 | - |
| YUV | 87.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 72 | 0 | 0.20 | 0.30 | 0.60 | 19.35 | 0.18 | 0.34 |
| Hex | 67 | 52 | 48 | 0 | 14 | 1E | 3C | 13 | 12 | 22 |
| Octal | 147 | 122 | 110 | 0 | 24 | 36 | 74 | 23 | 22 | 42 |
| Binary | 1100111 | 1010010 | 1001000 | 0 | 10100 | 11110 | 111100 | 10011 | 10010 | 100010 |
Color Harmonies of #675248
Complementary color
Monochromatic Colors of #675248
Black with #675248
Text Example
Text Example
White with #675248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675248; }
p { color: rgb(103,82,72); }
H1.HeaderClassName
{
color: #675248;
}
.AnyTagClassName
{
color: #675248;
}
</style>
background-color css
<style>
a { background-color: #675248; }
a { background-color: rgb(103,82,72); }
div.DivClassName
{
background-color: #675248;
}
.BgClassName
{
background-color: #675248;
}
</style>
border-color css
<style>
span { border-color: #675248; }
span { border-color: rgb(103,82,72); }
td.TdClassName
{
border-color: #675248;
}
.TagClassName
{
border-color: #675248;
}
</style>