Shades of Quincy #67544C
Tints of Quincy #67544C
RGB
CMYK
RGB Variations
Color information
#67544C (or 0x67544C) is known color: Quincy. HEX triplet: 67, 54 and 4C. RGB value is (103,84,76). Sum of RGB (Red+Green+Blue) = 103+84+76=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67544C is #98ABB3. Grayscale: #585858. Windows color (decimal): -10005428 or 5002343. OLE color: 5002343.
HSL color Cylindrical-coordinate representation of color #67544C: hue angle of 17.78º 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 #67544C is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 84 | 76 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.60 |
| HSL | 17.78º | 0.15% | 0.35% | - |
| HSV(B) | 17.78º | 0.26% | 0.4% | - |
| XYZ | 10.07 | 9.75 | 8.19 | - |
| YUV | 88.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 76 | 0 | 0.18 | 0.26 | 0.60 | 17.78 | 0.15 | 0.35 |
| Hex | 67 | 54 | 4C | 0 | 12 | 1A | 3C | 12 | F | 23 |
| Octal | 147 | 124 | 114 | 0 | 22 | 32 | 74 | 22 | 17 | 43 |
| Binary | 1100111 | 1010100 | 1001100 | 0 | 10010 | 11010 | 111100 | 10010 | 1111 | 100011 |
Color Harmonies of #67544C
Complementary color
Monochromatic Colors of #67544C
Black with #67544C
Text Example
Text Example
White with #67544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67544C; }
p { color: rgb(103,84,76); }
H1.HeaderClassName
{
color: #67544C;
}
.AnyTagClassName
{
color: #67544C;
}
</style>
background-color css
<style>
a { background-color: #67544C; }
a { background-color: rgb(103,84,76); }
div.DivClassName
{
background-color: #67544C;
}
.BgClassName
{
background-color: #67544C;
}
</style>
border-color css
<style>
span { border-color: #67544C; }
span { border-color: rgb(103,84,76); }
td.TdClassName
{
border-color: #67544C;
}
.TagClassName
{
border-color: #67544C;
}
</style>