Shades of Quincy #68513D
Tints of Quincy #68513D
RGB
CMYK
RGB Variations
Color information
#68513D (or 0x68513D) is known color: Quincy. HEX triplet: 68, 51 and 3D. RGB value is (104,81,61). Sum of RGB (Red+Green+Blue) = 104+81+61=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68513D is #97AEC2. Grayscale: #555555. Windows color (decimal): -9940675 or 4018536. OLE color: 4018536.
HSL color Cylindrical-coordinate representation of color #68513D: hue angle of 27.91º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68513D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 61 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.59 |
| HSL | 27.91º | 0.26% | 0.32% | - |
| HSV(B) | 27.91º | 0.41% | 0.41% | - |
| XYZ | 9.49 | 9.16 | 5.68 | - |
| YUV | 85.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 61 | 0 | 0.22 | 0.41 | 0.59 | 27.91 | 0.26 | 0.32 |
| Hex | 68 | 51 | 3D | 0 | 16 | 29 | 3B | 1C | 1A | 20 |
| Octal | 150 | 121 | 75 | 0 | 26 | 51 | 73 | 34 | 32 | 40 |
| Binary | 1101000 | 1010001 | 111101 | 0 | 10110 | 101001 | 111011 | 11100 | 11010 | 100000 |
Color Harmonies of #68513D
Complementary color
Monochromatic Colors of #68513D
Black with #68513D
Text Example
Text Example
White with #68513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68513D; }
p { color: rgb(104,81,61); }
H1.HeaderClassName
{
color: #68513D;
}
.AnyTagClassName
{
color: #68513D;
}
</style>
background-color css
<style>
a { background-color: #68513D; }
a { background-color: rgb(104,81,61); }
div.DivClassName
{
background-color: #68513D;
}
.BgClassName
{
background-color: #68513D;
}
</style>
border-color css
<style>
span { border-color: #68513D; }
span { border-color: rgb(104,81,61); }
td.TdClassName
{
border-color: #68513D;
}
.TagClassName
{
border-color: #68513D;
}
</style>