Shades of Quincy #67574D
Tints of Quincy #67574D
RGB
CMYK
RGB Variations
Color information
#67574D (or 0x67574D) is known color: Quincy. HEX triplet: 67, 57 and 4D. RGB value is (103,87,77). Sum of RGB (Red+Green+Blue) = 103+87+77=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #67574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67574D is #98A8B2. Grayscale: #5A5A5A. Windows color (decimal): -10004659 or 5068647. OLE color: 5068647.
HSL color Cylindrical-coordinate representation of color #67574D: hue angle of 23.08º 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 #67574D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 77 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.60 |
| HSL | 23.08º | 0.14% | 0.35% | - |
| HSV(B) | 23.08º | 0.25% | 0.4% | - |
| XYZ | 10.34 | 10.24 | 8.45 | - |
| YUV | 90.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 77 | 0 | 0.16 | 0.25 | 0.60 | 23.08 | 0.14 | 0.35 |
| Hex | 67 | 57 | 4D | 0 | 10 | 19 | 3C | 17 | E | 23 |
| Octal | 147 | 127 | 115 | 0 | 20 | 31 | 74 | 27 | 16 | 43 |
| Binary | 1100111 | 1010111 | 1001101 | 0 | 10000 | 11001 | 111100 | 10111 | 1110 | 100011 |
Color Harmonies of #67574D
Complementary color
Monochromatic Colors of #67574D
Black with #67574D
Text Example
Text Example
White with #67574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67574D; }
p { color: rgb(103,87,77); }
H1.HeaderClassName
{
color: #67574D;
}
.AnyTagClassName
{
color: #67574D;
}
</style>
background-color css
<style>
a { background-color: #67574D; }
a { background-color: rgb(103,87,77); }
div.DivClassName
{
background-color: #67574D;
}
.BgClassName
{
background-color: #67574D;
}
</style>
border-color css
<style>
span { border-color: #67574D; }
span { border-color: rgb(103,87,77); }
td.TdClassName
{
border-color: #67574D;
}
.TagClassName
{
border-color: #67574D;
}
</style>