Shades of Quincy #705549
Tints of Quincy #705549
RGB
CMYK
RGB Variations
Color information
#705549 (or 0x705549) is known color: Quincy. HEX triplet: 70, 55 and 49. RGB value is (112,85,73). Sum of RGB (Red+Green+Blue) = 112+85+73=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705549 is #8FAAB6. Grayscale: #5B5B5B. Windows color (decimal): -9415351 or 4806000. OLE color: 4806000.
HSL color Cylindrical-coordinate representation of color #705549: hue angle of 18.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705549 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 73 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.56 |
| HSL | 18.46º | 0.21% | 0.36% | - |
| HSV(B) | 18.46º | 0.35% | 0.44% | - |
| XYZ | 11.13 | 10.42 | 7.73 | - |
| YUV | 91.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 73 | 0 | 0.24 | 0.35 | 0.56 | 18.46 | 0.21 | 0.36 |
| Hex | 70 | 55 | 49 | 0 | 18 | 23 | 38 | 12 | 15 | 24 |
| Octal | 160 | 125 | 111 | 0 | 30 | 43 | 70 | 22 | 25 | 44 |
| Binary | 1110000 | 1010101 | 1001001 | 0 | 11000 | 100011 | 111000 | 10010 | 10101 | 100100 |
Color Harmonies of #705549
Complementary color
Monochromatic Colors of #705549
Black with #705549
Text Example
Text Example
White with #705549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705549; }
p { color: rgb(112,85,73); }
H1.HeaderClassName
{
color: #705549;
}
.AnyTagClassName
{
color: #705549;
}
</style>
background-color css
<style>
a { background-color: #705549; }
a { background-color: rgb(112,85,73); }
div.DivClassName
{
background-color: #705549;
}
.BgClassName
{
background-color: #705549;
}
</style>
border-color css
<style>
span { border-color: #705549; }
span { border-color: rgb(112,85,73); }
td.TdClassName
{
border-color: #705549;
}
.TagClassName
{
border-color: #705549;
}
</style>