Shades of Pharlap #886863
Tints of Pharlap #886863
RGB
CMYK
RGB Variations
Color information
#886863 (or 0x886863) is known color: Pharlap. HEX triplet: 88, 68 and 63. RGB value is (136,104,99). Sum of RGB (Red+Green+Blue) = 136+104+99=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886863 is #77979C. Grayscale: #717171. Windows color (decimal): -7837597 or 6514824. OLE color: 6514824.
HSL color Cylindrical-coordinate representation of color #886863: hue angle of 8.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886863 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 99 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.47 |
| HSL | 8.11º | 0.16% | 0.46% | - |
| HSV(B) | 8.11º | 0.27% | 0.53% | - |
| XYZ | 17.36 | 16.04 | 13.98 | - |
| YUV | 113 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 99 | 0 | 0.24 | 0.27 | 0.47 | 8.11 | 0.16 | 0.46 |
| Hex | 88 | 68 | 63 | 0 | 18 | 1B | 2F | 8 | 10 | 2E |
| Octal | 210 | 150 | 143 | 0 | 30 | 33 | 57 | 10 | 20 | 56 |
| Binary | 10001000 | 1101000 | 1100011 | 0 | 11000 | 11011 | 101111 | 1000 | 10000 | 101110 |
Color Harmonies of #886863
Complementary color
Monochromatic Colors of #886863
Black with #886863
Text Example
Text Example
White with #886863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886863; }
p { color: rgb(136,104,99); }
H1.HeaderClassName
{
color: #886863;
}
.AnyTagClassName
{
color: #886863;
}
</style>
background-color css
<style>
a { background-color: #886863; }
a { background-color: rgb(136,104,99); }
div.DivClassName
{
background-color: #886863;
}
.BgClassName
{
background-color: #886863;
}
</style>
border-color css
<style>
span { border-color: #886863; }
span { border-color: rgb(136,104,99); }
td.TdClassName
{
border-color: #886863;
}
.TagClassName
{
border-color: #886863;
}
</style>