Shades of Quincy #69534A
Tints of Quincy #69534A
RGB
CMYK
RGB Variations
Color information
#69534A (or 0x69534A) is known color: Quincy. HEX triplet: 69, 53 and 4A. RGB value is (105,83,74). Sum of RGB (Red+Green+Blue) = 105+83+74=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #69534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69534A is #96ACB5. Grayscale: #585858. Windows color (decimal): -9874614 or 4871017. OLE color: 4871017.
HSL color Cylindrical-coordinate representation of color #69534A: hue angle of 17.42º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69534A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 74 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.59 |
| HSL | 17.42º | 0.17% | 0.35% | - |
| HSV(B) | 17.42º | 0.3% | 0.41% | - |
| XYZ | 10.15 | 9.68 | 7.81 | - |
| YUV | 88.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 74 | 0 | 0.21 | 0.30 | 0.59 | 17.42 | 0.17 | 0.35 |
| Hex | 69 | 53 | 4A | 0 | 15 | 1E | 3B | 11 | 11 | 23 |
| Octal | 151 | 123 | 112 | 0 | 25 | 36 | 73 | 21 | 21 | 43 |
| Binary | 1101001 | 1010011 | 1001010 | 0 | 10101 | 11110 | 111011 | 10001 | 10001 | 100011 |
Color Harmonies of #69534A
Complementary color
Monochromatic Colors of #69534A
Black with #69534A
Text Example
Text Example
White with #69534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69534A; }
p { color: rgb(105,83,74); }
H1.HeaderClassName
{
color: #69534A;
}
.AnyTagClassName
{
color: #69534A;
}
</style>
background-color css
<style>
a { background-color: #69534A; }
a { background-color: rgb(105,83,74); }
div.DivClassName
{
background-color: #69534A;
}
.BgClassName
{
background-color: #69534A;
}
</style>
border-color css
<style>
span { border-color: #69534A; }
span { border-color: rgb(105,83,74); }
td.TdClassName
{
border-color: #69534A;
}
.TagClassName
{
border-color: #69534A;
}
</style>