Shades of Quincy #675148
Tints of Quincy #675148
RGB
CMYK
RGB Variations
Color information
#675148 (or 0x675148) is known color: Quincy. HEX triplet: 67, 51 and 48. RGB value is (103,81,72). Sum of RGB (Red+Green+Blue) = 103+81+72=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #675148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675148 is #98AEB7. Grayscale: #565656. Windows color (decimal): -10006200 or 4739431. OLE color: 4739431.
HSL color Cylindrical-coordinate representation of color #675148: hue angle of 17.42º 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 #675148 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 72 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.60 |
| HSL | 17.42º | 0.18% | 0.34% | - |
| HSV(B) | 17.42º | 0.3% | 0.4% | - |
| XYZ | 9.71 | 9.24 | 7.4 | - |
| YUV | 86.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 72 | 0 | 0.21 | 0.30 | 0.60 | 17.42 | 0.18 | 0.34 |
| Hex | 67 | 51 | 48 | 0 | 15 | 1E | 3C | 11 | 12 | 22 |
| Octal | 147 | 121 | 110 | 0 | 25 | 36 | 74 | 21 | 22 | 42 |
| Binary | 1100111 | 1010001 | 1001000 | 0 | 10101 | 11110 | 111100 | 10001 | 10010 | 100010 |
Color Harmonies of #675148
Complementary color
Monochromatic Colors of #675148
Black with #675148
Text Example
Text Example
White with #675148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675148; }
p { color: rgb(103,81,72); }
H1.HeaderClassName
{
color: #675148;
}
.AnyTagClassName
{
color: #675148;
}
</style>
background-color css
<style>
a { background-color: #675148; }
a { background-color: rgb(103,81,72); }
div.DivClassName
{
background-color: #675148;
}
.BgClassName
{
background-color: #675148;
}
</style>
border-color css
<style>
span { border-color: #675148; }
span { border-color: rgb(103,81,72); }
td.TdClassName
{
border-color: #675148;
}
.TagClassName
{
border-color: #675148;
}
</style>