Shades of Quincy #67564F
Tints of Quincy #67564F
RGB
CMYK
RGB Variations
Color information
#67564F (or 0x67564F) is known color: Quincy. HEX triplet: 67, 56 and 4F. RGB value is (103,86,79). Sum of RGB (Red+Green+Blue) = 103+86+79=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #67564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67564F is #98A9B0. Grayscale: #5A5A5A. Windows color (decimal): -10004913 or 5199463. OLE color: 5199463.
HSL color Cylindrical-coordinate representation of color #67564F: hue angle of 17.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67564F is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 79 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.60 |
| HSL | 17.5º | 0.13% | 0.36% | - |
| HSV(B) | 17.5º | 0.23% | 0.4% | - |
| XYZ | 10.33 | 10.1 | 8.8 | - |
| YUV | 90.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 79 | 0 | 0.17 | 0.23 | 0.60 | 17.5 | 0.13 | 0.36 |
| Hex | 67 | 56 | 4F | 0 | 11 | 17 | 3C | 12 | D | 24 |
| Octal | 147 | 126 | 117 | 0 | 21 | 27 | 74 | 22 | 15 | 44 |
| Binary | 1100111 | 1010110 | 1001111 | 0 | 10001 | 10111 | 111100 | 10010 | 1101 | 100100 |
Color Harmonies of #67564F
Complementary color
Monochromatic Colors of #67564F
Black with #67564F
Text Example
Text Example
White with #67564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67564F; }
p { color: rgb(103,86,79); }
H1.HeaderClassName
{
color: #67564F;
}
.AnyTagClassName
{
color: #67564F;
}
</style>
background-color css
<style>
a { background-color: #67564F; }
a { background-color: rgb(103,86,79); }
div.DivClassName
{
background-color: #67564F;
}
.BgClassName
{
background-color: #67564F;
}
</style>
border-color css
<style>
span { border-color: #67564F; }
span { border-color: rgb(103,86,79); }
td.TdClassName
{
border-color: #67564F;
}
.TagClassName
{
border-color: #67564F;
}
</style>