Shades of Quincy #705445
Tints of Quincy #705445
RGB
CMYK
RGB Variations
Color information
#705445 (or 0x705445) is known color: Quincy. HEX triplet: 70, 54 and 45. RGB value is (112,84,69). Sum of RGB (Red+Green+Blue) = 112+84+69=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705445 is #8FABBA. Grayscale: #5A5A5A. Windows color (decimal): -9415611 or 4543600. OLE color: 4543600.
HSL color Cylindrical-coordinate representation of color #705445: hue angle of 20.93º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705445 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 69 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.56 |
| HSL | 20.93º | 0.24% | 0.35% | - |
| HSV(B) | 20.93º | 0.38% | 0.44% | - |
| XYZ | 10.93 | 10.22 | 7.03 | - |
| YUV | 90.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 69 | 0 | 0.25 | 0.38 | 0.56 | 20.93 | 0.24 | 0.35 |
| Hex | 70 | 54 | 45 | 0 | 19 | 26 | 38 | 15 | 18 | 23 |
| Octal | 160 | 124 | 105 | 0 | 31 | 46 | 70 | 25 | 30 | 43 |
| Binary | 1110000 | 1010100 | 1000101 | 0 | 11001 | 100110 | 111000 | 10101 | 11000 | 100011 |
Color Harmonies of #705445
Complementary color
Monochromatic Colors of #705445
Black with #705445
Text Example
Text Example
White with #705445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705445; }
p { color: rgb(112,84,69); }
H1.HeaderClassName
{
color: #705445;
}
.AnyTagClassName
{
color: #705445;
}
</style>
background-color css
<style>
a { background-color: #705445; }
a { background-color: rgb(112,84,69); }
div.DivClassName
{
background-color: #705445;
}
.BgClassName
{
background-color: #705445;
}
</style>
border-color css
<style>
span { border-color: #705445; }
span { border-color: rgb(112,84,69); }
td.TdClassName
{
border-color: #705445;
}
.TagClassName
{
border-color: #705445;
}
</style>