Shades of Quincy #67564D
Tints of Quincy #67564D
RGB
CMYK
RGB Variations
Color information
#67564D (or 0x67564D) is known color: Quincy. HEX triplet: 67, 56 and 4D. RGB value is (103,86,77). Sum of RGB (Red+Green+Blue) = 103+86+77=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67564D is #98A9B2. Grayscale: #5A5A5A. Windows color (decimal): -10004915 or 5068391. OLE color: 5068391.
HSL color Cylindrical-coordinate representation of color #67564D: hue angle of 20.77º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67564D is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 77 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.60 |
| HSL | 20.77º | 0.14% | 0.35% | - |
| HSV(B) | 20.77º | 0.25% | 0.4% | - |
| XYZ | 10.26 | 10.07 | 8.43 | - |
| YUV | 90.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 77 | 0 | 0.17 | 0.25 | 0.60 | 20.77 | 0.14 | 0.35 |
| Hex | 67 | 56 | 4D | 0 | 11 | 19 | 3C | 15 | E | 23 |
| Octal | 147 | 126 | 115 | 0 | 21 | 31 | 74 | 25 | 16 | 43 |
| Binary | 1100111 | 1010110 | 1001101 | 0 | 10001 | 11001 | 111100 | 10101 | 1110 | 100011 |
Color Harmonies of #67564D
Complementary color
Monochromatic Colors of #67564D
Black with #67564D
Text Example
Text Example
White with #67564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67564D; }
p { color: rgb(103,86,77); }
H1.HeaderClassName
{
color: #67564D;
}
.AnyTagClassName
{
color: #67564D;
}
</style>
background-color css
<style>
a { background-color: #67564D; }
a { background-color: rgb(103,86,77); }
div.DivClassName
{
background-color: #67564D;
}
.BgClassName
{
background-color: #67564D;
}
</style>
border-color css
<style>
span { border-color: #67564D; }
span { border-color: rgb(103,86,77); }
td.TdClassName
{
border-color: #67564D;
}
.TagClassName
{
border-color: #67564D;
}
</style>