Shades of Quincy #69554D
Tints of Quincy #69554D
RGB
CMYK
RGB Variations
Color information
#69554D (or 0x69554D) is known color: Quincy. HEX triplet: 69, 55 and 4D. RGB value is (105,85,77). Sum of RGB (Red+Green+Blue) = 105+85+77=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #69554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69554D is #96AAB2. Grayscale: #5A5A5A. Windows color (decimal): -9874099 or 5068137. OLE color: 5068137.
HSL color Cylindrical-coordinate representation of color #69554D: hue angle of 17.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69554D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 77 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.59 |
| HSL | 17.14º | 0.15% | 0.36% | - |
| HSV(B) | 17.14º | 0.27% | 0.41% | - |
| XYZ | 10.41 | 10.04 | 8.41 | - |
| YUV | 90.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 77 | 0 | 0.19 | 0.27 | 0.59 | 17.14 | 0.15 | 0.36 |
| Hex | 69 | 55 | 4D | 0 | 13 | 1B | 3B | 11 | F | 24 |
| Octal | 151 | 125 | 115 | 0 | 23 | 33 | 73 | 21 | 17 | 44 |
| Binary | 1101001 | 1010101 | 1001101 | 0 | 10011 | 11011 | 111011 | 10001 | 1111 | 100100 |
Color Harmonies of #69554D
Complementary color
Monochromatic Colors of #69554D
Black with #69554D
Text Example
Text Example
White with #69554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69554D; }
p { color: rgb(105,85,77); }
H1.HeaderClassName
{
color: #69554D;
}
.AnyTagClassName
{
color: #69554D;
}
</style>
background-color css
<style>
a { background-color: #69554D; }
a { background-color: rgb(105,85,77); }
div.DivClassName
{
background-color: #69554D;
}
.BgClassName
{
background-color: #69554D;
}
</style>
border-color css
<style>
span { border-color: #69554D; }
span { border-color: rgb(105,85,77); }
td.TdClassName
{
border-color: #69554D;
}
.TagClassName
{
border-color: #69554D;
}
</style>