Shades of Quincy #695345
Tints of Quincy #695345
RGB
CMYK
RGB Variations
Color information
#695345 (or 0x695345) is known color: Quincy. HEX triplet: 69, 53 and 45. RGB value is (105,83,69). Sum of RGB (Red+Green+Blue) = 105+83+69=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #695345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695345 is #96ACBA. Grayscale: #585858. Windows color (decimal): -9874619 or 4543337. OLE color: 4543337.
HSL color Cylindrical-coordinate representation of color #695345: hue angle of 23.33º 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 #695345 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 69 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.59 |
| HSL | 23.33º | 0.21% | 0.34% | - |
| HSV(B) | 23.33º | 0.34% | 0.41% | - |
| XYZ | 9.99 | 9.62 | 6.96 | - |
| YUV | 87.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 69 | 0 | 0.21 | 0.34 | 0.59 | 23.33 | 0.21 | 0.34 |
| Hex | 69 | 53 | 45 | 0 | 15 | 22 | 3B | 17 | 15 | 22 |
| Octal | 151 | 123 | 105 | 0 | 25 | 42 | 73 | 27 | 25 | 42 |
| Binary | 1101001 | 1010011 | 1000101 | 0 | 10101 | 100010 | 111011 | 10111 | 10101 | 100010 |
Color Harmonies of #695345
Complementary color
Monochromatic Colors of #695345
Black with #695345
Text Example
Text Example
White with #695345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695345; }
p { color: rgb(105,83,69); }
H1.HeaderClassName
{
color: #695345;
}
.AnyTagClassName
{
color: #695345;
}
</style>
background-color css
<style>
a { background-color: #695345; }
a { background-color: rgb(105,83,69); }
div.DivClassName
{
background-color: #695345;
}
.BgClassName
{
background-color: #695345;
}
</style>
border-color css
<style>
span { border-color: #695345; }
span { border-color: rgb(105,83,69); }
td.TdClassName
{
border-color: #695345;
}
.TagClassName
{
border-color: #695345;
}
</style>