Shades of Quincy #68574C
Tints of Quincy #68574C
RGB
CMYK
RGB Variations
Color information
#68574C (or 0x68574C) is known color: Quincy. HEX triplet: 68, 57 and 4C. RGB value is (104,87,76). Sum of RGB (Red+Green+Blue) = 104+87+76=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68574C is #97A8B3. Grayscale: #5A5A5A. Windows color (decimal): -9939124 or 5003112. OLE color: 5003112.
HSL color Cylindrical-coordinate representation of color #68574C: hue angle of 23.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68574C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 76 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.59 |
| HSL | 23.57º | 0.16% | 0.35% | - |
| HSV(B) | 23.57º | 0.27% | 0.41% | - |
| XYZ | 10.42 | 10.28 | 8.27 | - |
| YUV | 90.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 76 | 0 | 0.16 | 0.27 | 0.59 | 23.57 | 0.16 | 0.35 |
| Hex | 68 | 57 | 4C | 0 | 10 | 1B | 3B | 18 | 10 | 23 |
| Octal | 150 | 127 | 114 | 0 | 20 | 33 | 73 | 30 | 20 | 43 |
| Binary | 1101000 | 1010111 | 1001100 | 0 | 10000 | 11011 | 111011 | 11000 | 10000 | 100011 |
Color Harmonies of #68574C
Complementary color
Monochromatic Colors of #68574C
Black with #68574C
Text Example
Text Example
White with #68574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68574C; }
p { color: rgb(104,87,76); }
H1.HeaderClassName
{
color: #68574C;
}
.AnyTagClassName
{
color: #68574C;
}
</style>
background-color css
<style>
a { background-color: #68574C; }
a { background-color: rgb(104,87,76); }
div.DivClassName
{
background-color: #68574C;
}
.BgClassName
{
background-color: #68574C;
}
</style>
border-color css
<style>
span { border-color: #68574C; }
span { border-color: rgb(104,87,76); }
td.TdClassName
{
border-color: #68574C;
}
.TagClassName
{
border-color: #68574C;
}
</style>