Shades of Quincy #675147
Tints of Quincy #675147
RGB
CMYK
RGB Variations
Color information
#675147 (or 0x675147) is known color: Quincy. HEX triplet: 67, 51 and 47. RGB value is (103,81,71). Sum of RGB (Red+Green+Blue) = 103+81+71=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #675147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675147 is #98AEB8. Grayscale: #565656. Windows color (decimal): -10006201 or 4673895. OLE color: 4673895.
HSL color Cylindrical-coordinate representation of color #675147: hue angle of 18.75º 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 #675147 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 71 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.60 |
| HSL | 18.75º | 0.18% | 0.34% | - |
| HSV(B) | 18.75º | 0.31% | 0.4% | - |
| XYZ | 9.67 | 9.22 | 7.23 | - |
| YUV | 86.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 71 | 0 | 0.21 | 0.31 | 0.60 | 18.75 | 0.18 | 0.34 |
| Hex | 67 | 51 | 47 | 0 | 15 | 1F | 3C | 13 | 12 | 22 |
| Octal | 147 | 121 | 107 | 0 | 25 | 37 | 74 | 23 | 22 | 42 |
| Binary | 1100111 | 1010001 | 1000111 | 0 | 10101 | 11111 | 111100 | 10011 | 10010 | 100010 |
Color Harmonies of #675147
Complementary color
Monochromatic Colors of #675147
Black with #675147
Text Example
Text Example
White with #675147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675147; }
p { color: rgb(103,81,71); }
H1.HeaderClassName
{
color: #675147;
}
.AnyTagClassName
{
color: #675147;
}
</style>
background-color css
<style>
a { background-color: #675147; }
a { background-color: rgb(103,81,71); }
div.DivClassName
{
background-color: #675147;
}
.BgClassName
{
background-color: #675147;
}
</style>
border-color css
<style>
span { border-color: #675147; }
span { border-color: rgb(103,81,71); }
td.TdClassName
{
border-color: #675147;
}
.TagClassName
{
border-color: #675147;
}
</style>