Shades of Quincy #695545
Tints of Quincy #695545
RGB
CMYK
RGB Variations
Color information
#695545 (or 0x695545) is known color: Quincy. HEX triplet: 69, 55 and 45. RGB value is (105,85,69). Sum of RGB (Red+Green+Blue) = 105+85+69=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #695545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695545 is #96AABA. Grayscale: #595959. Windows color (decimal): -9874107 or 4543849. OLE color: 4543849.
HSL color Cylindrical-coordinate representation of color #695545: hue angle of 26.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #695545 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 69 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.59 |
| HSL | 26.67º | 0.21% | 0.34% | - |
| HSV(B) | 26.67º | 0.34% | 0.41% | - |
| XYZ | 10.15 | 9.93 | 7.01 | - |
| YUV | 89.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 69 | 0 | 0.19 | 0.34 | 0.59 | 26.67 | 0.21 | 0.34 |
| Hex | 69 | 55 | 45 | 0 | 13 | 22 | 3B | 1B | 15 | 22 |
| Octal | 151 | 125 | 105 | 0 | 23 | 42 | 73 | 33 | 25 | 42 |
| Binary | 1101001 | 1010101 | 1000101 | 0 | 10011 | 100010 | 111011 | 11011 | 10101 | 100010 |
Color Harmonies of #695545
Complementary color
Monochromatic Colors of #695545
Black with #695545
Text Example
Text Example
White with #695545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695545; }
p { color: rgb(105,85,69); }
H1.HeaderClassName
{
color: #695545;
}
.AnyTagClassName
{
color: #695545;
}
</style>
background-color css
<style>
a { background-color: #695545; }
a { background-color: rgb(105,85,69); }
div.DivClassName
{
background-color: #695545;
}
.BgClassName
{
background-color: #695545;
}
</style>
border-color css
<style>
span { border-color: #695545; }
span { border-color: rgb(105,85,69); }
td.TdClassName
{
border-color: #695545;
}
.TagClassName
{
border-color: #695545;
}
</style>