Shades of Quincy #715543
Tints of Quincy #715543
RGB
CMYK
RGB Variations
Color information
#715543 (or 0x715543) is known color: Quincy. HEX triplet: 71, 55 and 43. RGB value is (113,85,67). Sum of RGB (Red+Green+Blue) = 113+85+67=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #715543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715543 is #8EAABC. Grayscale: #5B5B5B. Windows color (decimal): -9349821 or 4412785. OLE color: 4412785.
HSL color Cylindrical-coordinate representation of color #715543: hue angle of 23.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715543 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 67 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.56 |
| HSL | 23.48º | 0.26% | 0.35% | - |
| HSV(B) | 23.48º | 0.41% | 0.44% | - |
| XYZ | 11.07 | 10.41 | 6.74 | - |
| YUV | 91.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 67 | 0 | 0.25 | 0.41 | 0.56 | 23.48 | 0.26 | 0.35 |
| Hex | 71 | 55 | 43 | 0 | 19 | 29 | 38 | 17 | 1A | 23 |
| Octal | 161 | 125 | 103 | 0 | 31 | 51 | 70 | 27 | 32 | 43 |
| Binary | 1110001 | 1010101 | 1000011 | 0 | 11001 | 101001 | 111000 | 10111 | 11010 | 100011 |
Color Harmonies of #715543
Complementary color
Monochromatic Colors of #715543
Black with #715543
Text Example
Text Example
White with #715543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715543; }
p { color: rgb(113,85,67); }
H1.HeaderClassName
{
color: #715543;
}
.AnyTagClassName
{
color: #715543;
}
</style>
background-color css
<style>
a { background-color: #715543; }
a { background-color: rgb(113,85,67); }
div.DivClassName
{
background-color: #715543;
}
.BgClassName
{
background-color: #715543;
}
</style>
border-color css
<style>
span { border-color: #715543; }
span { border-color: rgb(113,85,67); }
td.TdClassName
{
border-color: #715543;
}
.TagClassName
{
border-color: #715543;
}
</style>