Shades of Quincy #695240
Tints of Quincy #695240
RGB
CMYK
RGB Variations
Color information
#695240 (or 0x695240) is known color: Quincy. HEX triplet: 69, 52 and 40. RGB value is (105,82,64). Sum of RGB (Red+Green+Blue) = 105+82+64=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #695240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695240 is #96ADBF. Grayscale: #565656. Windows color (decimal): -9874880 or 4215401. OLE color: 4215401.
HSL color Cylindrical-coordinate representation of color #695240: hue angle of 26.34º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #695240 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 82 | 64 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.59 |
| HSL | 26.34º | 0.24% | 0.33% | - |
| HSV(B) | 26.34º | 0.39% | 0.41% | - |
| XYZ | 9.77 | 9.41 | 6.15 | - |
| YUV | 86.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 64 | 0 | 0.22 | 0.39 | 0.59 | 26.34 | 0.24 | 0.33 |
| Hex | 69 | 52 | 40 | 0 | 16 | 27 | 3B | 1A | 18 | 21 |
| Octal | 151 | 122 | 100 | 0 | 26 | 47 | 73 | 32 | 30 | 41 |
| Binary | 1101001 | 1010010 | 1000000 | 0 | 10110 | 100111 | 111011 | 11010 | 11000 | 100001 |
Color Harmonies of #695240
Complementary color
Monochromatic Colors of #695240
Black with #695240
Text Example
Text Example
White with #695240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695240; }
p { color: rgb(105,82,64); }
H1.HeaderClassName
{
color: #695240;
}
.AnyTagClassName
{
color: #695240;
}
</style>
background-color css
<style>
a { background-color: #695240; }
a { background-color: rgb(105,82,64); }
div.DivClassName
{
background-color: #695240;
}
.BgClassName
{
background-color: #695240;
}
</style>
border-color css
<style>
span { border-color: #695240; }
span { border-color: rgb(105,82,64); }
td.TdClassName
{
border-color: #695240;
}
.TagClassName
{
border-color: #695240;
}
</style>