Shades of Pharlap #886B63
Tints of Pharlap #886B63
RGB
CMYK
RGB Variations
Color information
#886B63 (or 0x886B63) is known color: Pharlap. HEX triplet: 88, 6B and 63. RGB value is (136,107,99). Sum of RGB (Red+Green+Blue) = 136+107+99=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #886B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B63 is #77949C. Grayscale: #727272. Windows color (decimal): -7836829 or 6515592. OLE color: 6515592.
HSL color Cylindrical-coordinate representation of color #886B63: hue angle of 12.97º 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 #886B63 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 99 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.47 |
| HSL | 12.97º | 0.16% | 0.46% | - |
| HSV(B) | 12.97º | 0.27% | 0.53% | - |
| XYZ | 17.66 | 16.65 | 14.09 | - |
| YUV | 114.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 99 | 0 | 0.21 | 0.27 | 0.47 | 12.97 | 0.16 | 0.46 |
| Hex | 88 | 6B | 63 | 0 | 15 | 1B | 2F | D | 10 | 2E |
| Octal | 210 | 153 | 143 | 0 | 25 | 33 | 57 | 15 | 20 | 56 |
| Binary | 10001000 | 1101011 | 1100011 | 0 | 10101 | 11011 | 101111 | 1101 | 10000 | 101110 |
Color Harmonies of #886B63
Complementary color
Monochromatic Colors of #886B63
Black with #886B63
Text Example
Text Example
White with #886B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B63; }
p { color: rgb(136,107,99); }
H1.HeaderClassName
{
color: #886B63;
}
.AnyTagClassName
{
color: #886B63;
}
</style>
background-color css
<style>
a { background-color: #886B63; }
a { background-color: rgb(136,107,99); }
div.DivClassName
{
background-color: #886B63;
}
.BgClassName
{
background-color: #886B63;
}
</style>
border-color css
<style>
span { border-color: #886B63; }
span { border-color: rgb(136,107,99); }
td.TdClassName
{
border-color: #886B63;
}
.TagClassName
{
border-color: #886B63;
}
</style>