Shades of Quincy #69574E
Tints of Quincy #69574E
RGB
CMYK
RGB Variations
Color information
#69574E (or 0x69574E) is known color: Quincy. HEX triplet: 69, 57 and 4E. RGB value is (105,87,78). Sum of RGB (Red+Green+Blue) = 105+87+78=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69574E is #96A8B1. Grayscale: #5B5B5B. Windows color (decimal): -9873586 or 5134185. OLE color: 5134185.
HSL color Cylindrical-coordinate representation of color #69574E: hue angle of 20º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69574E is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 87 | 78 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.59 |
| HSL | 20º | 0.15% | 0.36% | - |
| HSV(B) | 20º | 0.26% | 0.41% | - |
| XYZ | 10.61 | 10.37 | 8.65 | - |
| YUV | 91.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 78 | 0 | 0.17 | 0.26 | 0.59 | 20 | 0.15 | 0.36 |
| Hex | 69 | 57 | 4E | 0 | 11 | 1A | 3B | 14 | F | 24 |
| Octal | 151 | 127 | 116 | 0 | 21 | 32 | 73 | 24 | 17 | 44 |
| Binary | 1101001 | 1010111 | 1001110 | 0 | 10001 | 11010 | 111011 | 10100 | 1111 | 100100 |
Color Harmonies of #69574E
Complementary color
Monochromatic Colors of #69574E
Black with #69574E
Text Example
Text Example
White with #69574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69574E; }
p { color: rgb(105,87,78); }
H1.HeaderClassName
{
color: #69574E;
}
.AnyTagClassName
{
color: #69574E;
}
</style>
background-color css
<style>
a { background-color: #69574E; }
a { background-color: rgb(105,87,78); }
div.DivClassName
{
background-color: #69574E;
}
.BgClassName
{
background-color: #69574E;
}
</style>
border-color css
<style>
span { border-color: #69574E; }
span { border-color: rgb(105,87,78); }
td.TdClassName
{
border-color: #69574E;
}
.TagClassName
{
border-color: #69574E;
}
</style>