Shades of Quincy #695344
Tints of Quincy #695344
RGB
CMYK
RGB Variations
Color information
#695344 (or 0x695344) is known color: Quincy. HEX triplet: 69, 53 and 44. RGB value is (105,83,68). Sum of RGB (Red+Green+Blue) = 105+83+68=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #695344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695344 is #96ACBB. Grayscale: #575757. Windows color (decimal): -9874620 or 4477801. OLE color: 4477801.
HSL color Cylindrical-coordinate representation of color #695344: hue angle of 24.32º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695344 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 68 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.59 |
| HSL | 24.32º | 0.21% | 0.34% | - |
| HSV(B) | 24.32º | 0.35% | 0.41% | - |
| XYZ | 9.96 | 9.61 | 6.8 | - |
| YUV | 87.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 68 | 0 | 0.21 | 0.35 | 0.59 | 24.32 | 0.21 | 0.34 |
| Hex | 69 | 53 | 44 | 0 | 15 | 23 | 3B | 18 | 15 | 22 |
| Octal | 151 | 123 | 104 | 0 | 25 | 43 | 73 | 30 | 25 | 42 |
| Binary | 1101001 | 1010011 | 1000100 | 0 | 10101 | 100011 | 111011 | 11000 | 10101 | 100010 |
Color Harmonies of #695344
Complementary color
Monochromatic Colors of #695344
Black with #695344
Text Example
Text Example
White with #695344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695344; }
p { color: rgb(105,83,68); }
H1.HeaderClassName
{
color: #695344;
}
.AnyTagClassName
{
color: #695344;
}
</style>
background-color css
<style>
a { background-color: #695344; }
a { background-color: rgb(105,83,68); }
div.DivClassName
{
background-color: #695344;
}
.BgClassName
{
background-color: #695344;
}
</style>
border-color css
<style>
span { border-color: #695344; }
span { border-color: rgb(105,83,68); }
td.TdClassName
{
border-color: #695344;
}
.TagClassName
{
border-color: #695344;
}
</style>