Shades of Quincy #705443
Tints of Quincy #705443
RGB
CMYK
RGB Variations
Color information
#705443 (or 0x705443) is known color: Quincy. HEX triplet: 70, 54 and 43. RGB value is (112,84,67). Sum of RGB (Red+Green+Blue) = 112+84+67=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705443 is #8FABBC. Grayscale: #5A5A5A. Windows color (decimal): -9415613 or 4412528. OLE color: 4412528.
HSL color Cylindrical-coordinate representation of color #705443: hue angle of 22.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705443 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 67 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.56 |
| HSL | 22.67º | 0.25% | 0.35% | - |
| HSV(B) | 22.67º | 0.4% | 0.44% | - |
| XYZ | 10.87 | 10.19 | 6.7 | - |
| YUV | 90.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 67 | 0 | 0.25 | 0.40 | 0.56 | 22.67 | 0.25 | 0.35 |
| Hex | 70 | 54 | 43 | 0 | 19 | 28 | 38 | 17 | 19 | 23 |
| Octal | 160 | 124 | 103 | 0 | 31 | 50 | 70 | 27 | 31 | 43 |
| Binary | 1110000 | 1010100 | 1000011 | 0 | 11001 | 101000 | 111000 | 10111 | 11001 | 100011 |
Color Harmonies of #705443
Complementary color
Monochromatic Colors of #705443
Black with #705443
Text Example
Text Example
White with #705443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705443; }
p { color: rgb(112,84,67); }
H1.HeaderClassName
{
color: #705443;
}
.AnyTagClassName
{
color: #705443;
}
</style>
background-color css
<style>
a { background-color: #705443; }
a { background-color: rgb(112,84,67); }
div.DivClassName
{
background-color: #705443;
}
.BgClassName
{
background-color: #705443;
}
</style>
border-color css
<style>
span { border-color: #705443; }
span { border-color: rgb(112,84,67); }
td.TdClassName
{
border-color: #705443;
}
.TagClassName
{
border-color: #705443;
}
</style>