Shades of Quincy #67534A
Tints of Quincy #67534A
RGB
CMYK
RGB Variations
Color information
#67534A (or 0x67534A) is known color: Quincy. HEX triplet: 67, 53 and 4A. RGB value is (103,83,74). Sum of RGB (Red+Green+Blue) = 103+83+74=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #67534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67534A is #98ACB5. Grayscale: #585858. Windows color (decimal): -10005686 or 4871015. OLE color: 4871015.
HSL color Cylindrical-coordinate representation of color #67534A: hue angle of 18.62º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67534A is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 74 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.60 |
| HSL | 18.62º | 0.16% | 0.35% | - |
| HSV(B) | 18.62º | 0.28% | 0.4% | - |
| XYZ | 9.92 | 9.56 | 7.8 | - |
| YUV | 87.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 74 | 0 | 0.19 | 0.28 | 0.60 | 18.62 | 0.16 | 0.35 |
| Hex | 67 | 53 | 4A | 0 | 13 | 1C | 3C | 13 | 10 | 23 |
| Octal | 147 | 123 | 112 | 0 | 23 | 34 | 74 | 23 | 20 | 43 |
| Binary | 1100111 | 1010011 | 1001010 | 0 | 10011 | 11100 | 111100 | 10011 | 10000 | 100011 |
Color Harmonies of #67534A
Complementary color
Monochromatic Colors of #67534A
Black with #67534A
Text Example
Text Example
White with #67534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67534A; }
p { color: rgb(103,83,74); }
H1.HeaderClassName
{
color: #67534A;
}
.AnyTagClassName
{
color: #67534A;
}
</style>
background-color css
<style>
a { background-color: #67534A; }
a { background-color: rgb(103,83,74); }
div.DivClassName
{
background-color: #67534A;
}
.BgClassName
{
background-color: #67534A;
}
</style>
border-color css
<style>
span { border-color: #67534A; }
span { border-color: rgb(103,83,74); }
td.TdClassName
{
border-color: #67534A;
}
.TagClassName
{
border-color: #67534A;
}
</style>