Shades of Quincy #675447
Tints of Quincy #675447
RGB
CMYK
RGB Variations
Color information
#675447 (or 0x675447) is known color: Quincy. HEX triplet: 67, 54 and 47. RGB value is (103,84,71). Sum of RGB (Red+Green+Blue) = 103+84+71=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #675447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675447 is #98ABB8. Grayscale: #585858. Windows color (decimal): -10005433 or 4674663. OLE color: 4674663.
HSL color Cylindrical-coordinate representation of color #675447: hue angle of 24.38º 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 #675447 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 84 | 71 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.60 |
| HSL | 24.38º | 0.18% | 0.34% | - |
| HSV(B) | 24.38º | 0.31% | 0.4% | - |
| XYZ | 9.9 | 9.68 | 7.31 | - |
| YUV | 88.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 71 | 0 | 0.18 | 0.31 | 0.60 | 24.38 | 0.18 | 0.34 |
| Hex | 67 | 54 | 47 | 0 | 12 | 1F | 3C | 18 | 12 | 22 |
| Octal | 147 | 124 | 107 | 0 | 22 | 37 | 74 | 30 | 22 | 42 |
| Binary | 1100111 | 1010100 | 1000111 | 0 | 10010 | 11111 | 111100 | 11000 | 10010 | 100010 |
Color Harmonies of #675447
Complementary color
Monochromatic Colors of #675447
Black with #675447
Text Example
Text Example
White with #675447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675447; }
p { color: rgb(103,84,71); }
H1.HeaderClassName
{
color: #675447;
}
.AnyTagClassName
{
color: #675447;
}
</style>
background-color css
<style>
a { background-color: #675447; }
a { background-color: rgb(103,84,71); }
div.DivClassName
{
background-color: #675447;
}
.BgClassName
{
background-color: #675447;
}
</style>
border-color css
<style>
span { border-color: #675447; }
span { border-color: rgb(103,84,71); }
td.TdClassName
{
border-color: #675447;
}
.TagClassName
{
border-color: #675447;
}
</style>