Shades of Quincy #67574C
Tints of Quincy #67574C
RGB
CMYK
RGB Variations
Color information
#67574C (or 0x67574C) is known color: Quincy. HEX triplet: 67, 57 and 4C. RGB value is (103,87,76). Sum of RGB (Red+Green+Blue) = 103+87+76=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67574C is #98A8B3. Grayscale: #5A5A5A. Windows color (decimal): -10004660 or 5003111. OLE color: 5003111.
HSL color Cylindrical-coordinate representation of color #67574C: hue angle of 24.44º 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 #67574C is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 76 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.60 |
| HSL | 24.44º | 0.15% | 0.35% | - |
| HSV(B) | 24.44º | 0.26% | 0.4% | - |
| XYZ | 10.31 | 10.22 | 8.27 | - |
| YUV | 90.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 76 | 0 | 0.16 | 0.26 | 0.60 | 24.44 | 0.15 | 0.35 |
| Hex | 67 | 57 | 4C | 0 | 10 | 1A | 3C | 18 | F | 23 |
| Octal | 147 | 127 | 114 | 0 | 20 | 32 | 74 | 30 | 17 | 43 |
| Binary | 1100111 | 1010111 | 1001100 | 0 | 10000 | 11010 | 111100 | 11000 | 1111 | 100011 |
Color Harmonies of #67574C
Complementary color
Monochromatic Colors of #67574C
Black with #67574C
Text Example
Text Example
White with #67574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67574C; }
p { color: rgb(103,87,76); }
H1.HeaderClassName
{
color: #67574C;
}
.AnyTagClassName
{
color: #67574C;
}
</style>
background-color css
<style>
a { background-color: #67574C; }
a { background-color: rgb(103,87,76); }
div.DivClassName
{
background-color: #67574C;
}
.BgClassName
{
background-color: #67574C;
}
</style>
border-color css
<style>
span { border-color: #67574C; }
span { border-color: rgb(103,87,76); }
td.TdClassName
{
border-color: #67574C;
}
.TagClassName
{
border-color: #67574C;
}
</style>