Shades of Quincy #67554C
Tints of Quincy #67554C
RGB
CMYK
RGB Variations
Color information
#67554C (or 0x67554C) is known color: Quincy. HEX triplet: 67, 55 and 4C. RGB value is (103,85,76). Sum of RGB (Red+Green+Blue) = 103+85+76=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 103 - color contains mainly: red. Hex color #67554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67554C is #98AAB3. Grayscale: #595959. Windows color (decimal): -10005172 or 5002599. OLE color: 5002599.
HSL color Cylindrical-coordinate representation of color #67554C: hue angle of 20º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67554C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 85 | 76 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.60 |
| HSL | 20º | 0.15% | 0.35% | - |
| HSV(B) | 20º | 0.26% | 0.4% | - |
| XYZ | 10.15 | 9.9 | 8.21 | - |
| YUV | 89.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 76 | 0 | 0.17 | 0.26 | 0.60 | 20 | 0.15 | 0.35 |
| Hex | 67 | 55 | 4C | 0 | 11 | 1A | 3C | 14 | F | 23 |
| Octal | 147 | 125 | 114 | 0 | 21 | 32 | 74 | 24 | 17 | 43 |
| Binary | 1100111 | 1010101 | 1001100 | 0 | 10001 | 11010 | 111100 | 10100 | 1111 | 100011 |
Color Harmonies of #67554C
Complementary color
Monochromatic Colors of #67554C
Black with #67554C
Text Example
Text Example
White with #67554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67554C; }
p { color: rgb(103,85,76); }
H1.HeaderClassName
{
color: #67554C;
}
.AnyTagClassName
{
color: #67554C;
}
</style>
background-color css
<style>
a { background-color: #67554C; }
a { background-color: rgb(103,85,76); }
div.DivClassName
{
background-color: #67554C;
}
.BgClassName
{
background-color: #67554C;
}
</style>
border-color css
<style>
span { border-color: #67554C; }
span { border-color: rgb(103,85,76); }
td.TdClassName
{
border-color: #67554C;
}
.TagClassName
{
border-color: #67554C;
}
</style>