Shades of Quincy #715643
Tints of Quincy #715643
RGB
CMYK
RGB Variations
Color information
#715643 (or 0x715643) is known color: Quincy. HEX triplet: 71, 56 and 43. RGB value is (113,86,67). Sum of RGB (Red+Green+Blue) = 113+86+67=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #715643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715643 is #8EA9BC. Grayscale: #5C5C5C. Windows color (decimal): -9349565 or 4413041. OLE color: 4413041.
HSL color Cylindrical-coordinate representation of color #715643: hue angle of 24.78º 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 #715643 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 86 | 67 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.56 |
| HSL | 24.78º | 0.26% | 0.35% | - |
| HSV(B) | 24.78º | 0.41% | 0.44% | - |
| XYZ | 11.15 | 10.57 | 6.76 | - |
| YUV | 91.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 67 | 0 | 0.24 | 0.41 | 0.56 | 24.78 | 0.26 | 0.35 |
| Hex | 71 | 56 | 43 | 0 | 18 | 29 | 38 | 19 | 1A | 23 |
| Octal | 161 | 126 | 103 | 0 | 30 | 51 | 70 | 31 | 32 | 43 |
| Binary | 1110001 | 1010110 | 1000011 | 0 | 11000 | 101001 | 111000 | 11001 | 11010 | 100011 |
Color Harmonies of #715643
Complementary color
Monochromatic Colors of #715643
Black with #715643
Text Example
Text Example
White with #715643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715643; }
p { color: rgb(113,86,67); }
H1.HeaderClassName
{
color: #715643;
}
.AnyTagClassName
{
color: #715643;
}
</style>
background-color css
<style>
a { background-color: #715643; }
a { background-color: rgb(113,86,67); }
div.DivClassName
{
background-color: #715643;
}
.BgClassName
{
background-color: #715643;
}
</style>
border-color css
<style>
span { border-color: #715643; }
span { border-color: rgb(113,86,67); }
td.TdClassName
{
border-color: #715643;
}
.TagClassName
{
border-color: #715643;
}
</style>