Shades of Quincy #695748
Tints of Quincy #695748
RGB
CMYK
RGB Variations
Color information
#695748 (or 0x695748) is known color: Quincy. HEX triplet: 69, 57 and 48. RGB value is (105,87,72). Sum of RGB (Red+Green+Blue) = 105+87+72=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #695748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695748 is #96A8B7. Grayscale: #5A5A5A. Windows color (decimal): -9873592 or 4740969. OLE color: 4740969.
HSL color Cylindrical-coordinate representation of color #695748: hue angle of 27.27º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695748 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 87 | 72 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.59 |
| HSL | 27.27º | 0.19% | 0.35% | - |
| HSV(B) | 27.27º | 0.31% | 0.41% | - |
| XYZ | 10.4 | 10.29 | 7.57 | - |
| YUV | 90.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 72 | 0 | 0.17 | 0.31 | 0.59 | 27.27 | 0.19 | 0.35 |
| Hex | 69 | 57 | 48 | 0 | 11 | 1F | 3B | 1B | 13 | 23 |
| Octal | 151 | 127 | 110 | 0 | 21 | 37 | 73 | 33 | 23 | 43 |
| Binary | 1101001 | 1010111 | 1001000 | 0 | 10001 | 11111 | 111011 | 11011 | 10011 | 100011 |
Color Harmonies of #695748
Complementary color
Monochromatic Colors of #695748
Black with #695748
Text Example
Text Example
White with #695748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695748; }
p { color: rgb(105,87,72); }
H1.HeaderClassName
{
color: #695748;
}
.AnyTagClassName
{
color: #695748;
}
</style>
background-color css
<style>
a { background-color: #695748; }
a { background-color: rgb(105,87,72); }
div.DivClassName
{
background-color: #695748;
}
.BgClassName
{
background-color: #695748;
}
</style>
border-color css
<style>
span { border-color: #695748; }
span { border-color: rgb(105,87,72); }
td.TdClassName
{
border-color: #695748;
}
.TagClassName
{
border-color: #695748;
}
</style>