Shades of Quincy #675647
Tints of Quincy #675647
RGB
CMYK
RGB Variations
Color information
#675647 (or 0x675647) is known color: Quincy. HEX triplet: 67, 56 and 47. RGB value is (103,86,71). Sum of RGB (Red+Green+Blue) = 103+86+71=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #675647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675647 is #98A9B8. Grayscale: #595959. Windows color (decimal): -10004921 or 4675175. OLE color: 4675175.
HSL color Cylindrical-coordinate representation of color #675647: hue angle of 28.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #675647 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 71 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.60 |
| HSL | 28.13º | 0.18% | 0.34% | - |
| HSV(B) | 28.13º | 0.31% | 0.4% | - |
| XYZ | 10.06 | 9.99 | 7.36 | - |
| YUV | 89.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 71 | 0 | 0.17 | 0.31 | 0.60 | 28.13 | 0.18 | 0.34 |
| Hex | 67 | 56 | 47 | 0 | 11 | 1F | 3C | 1C | 12 | 22 |
| Octal | 147 | 126 | 107 | 0 | 21 | 37 | 74 | 34 | 22 | 42 |
| Binary | 1100111 | 1010110 | 1000111 | 0 | 10001 | 11111 | 111100 | 11100 | 10010 | 100010 |
Color Harmonies of #675647
Complementary color
Monochromatic Colors of #675647
Black with #675647
Text Example
Text Example
White with #675647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675647; }
p { color: rgb(103,86,71); }
H1.HeaderClassName
{
color: #675647;
}
.AnyTagClassName
{
color: #675647;
}
</style>
background-color css
<style>
a { background-color: #675647; }
a { background-color: rgb(103,86,71); }
div.DivClassName
{
background-color: #675647;
}
.BgClassName
{
background-color: #675647;
}
</style>
border-color css
<style>
span { border-color: #675647; }
span { border-color: rgb(103,86,71); }
td.TdClassName
{
border-color: #675647;
}
.TagClassName
{
border-color: #675647;
}
</style>