Shades of Pharlap #8D6560
Tints of Pharlap #8D6560
RGB
CMYK
RGB Variations
Color information
#8D6560 (or 0x8D6560) is known color: Pharlap. HEX triplet: 8D, 65 and 60. RGB value is (141,101,96). Sum of RGB (Red+Green+Blue) = 141+101+96=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6560 is #729A9F. Grayscale: #707070. Windows color (decimal): -7510688 or 6317453. OLE color: 6317453.
HSL color Cylindrical-coordinate representation of color #8D6560: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6560 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 96 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.45 |
| HSL | 6.67º | 0.19% | 0.46% | - |
| HSV(B) | 6.67º | 0.32% | 0.55% | - |
| XYZ | 17.75 | 15.81 | 13.18 | - |
| YUV | 112.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 96 | 0 | 0.28 | 0.32 | 0.45 | 6.67 | 0.19 | 0.46 |
| Hex | 8D | 65 | 60 | 0 | 1C | 20 | 2D | 7 | 13 | 2E |
| Octal | 215 | 145 | 140 | 0 | 34 | 40 | 55 | 7 | 23 | 56 |
| Binary | 10001101 | 1100101 | 1100000 | 0 | 11100 | 100000 | 101101 | 111 | 10011 | 101110 |
Color Harmonies of #8D6560
Complementary color
Monochromatic Colors of #8D6560
Black with #8D6560
Text Example
Text Example
White with #8D6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6560; }
p { color: rgb(141,101,96); }
H1.HeaderClassName
{
color: #8D6560;
}
.AnyTagClassName
{
color: #8D6560;
}
</style>
background-color css
<style>
a { background-color: #8D6560; }
a { background-color: rgb(141,101,96); }
div.DivClassName
{
background-color: #8D6560;
}
.BgClassName
{
background-color: #8D6560;
}
</style>
border-color css
<style>
span { border-color: #8D6560; }
span { border-color: rgb(141,101,96); }
td.TdClassName
{
border-color: #8D6560;
}
.TagClassName
{
border-color: #8D6560;
}
</style>