Shades of Pharlap #886A62
Tints of Pharlap #886A62
RGB
CMYK
RGB Variations
Color information
#886A62 (or 0x886A62) is known color: Pharlap. HEX triplet: 88, 6A and 62. RGB value is (136,106,98). Sum of RGB (Red+Green+Blue) = 136+106+98=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A62 is #77959D. Grayscale: #727272. Windows color (decimal): -7837086 or 6449800. OLE color: 6449800.
HSL color Cylindrical-coordinate representation of color #886A62: hue angle of 12.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886A62 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 98 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.47 |
| HSL | 12.63º | 0.16% | 0.46% | - |
| HSV(B) | 12.63º | 0.28% | 0.53% | - |
| XYZ | 17.51 | 16.42 | 13.8 | - |
| YUV | 114.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 98 | 0 | 0.22 | 0.28 | 0.47 | 12.63 | 0.16 | 0.46 |
| Hex | 88 | 6A | 62 | 0 | 16 | 1C | 2F | D | 10 | 2E |
| Octal | 210 | 152 | 142 | 0 | 26 | 34 | 57 | 15 | 20 | 56 |
| Binary | 10001000 | 1101010 | 1100010 | 0 | 10110 | 11100 | 101111 | 1101 | 10000 | 101110 |
Color Harmonies of #886A62
Complementary color
Monochromatic Colors of #886A62
Black with #886A62
Text Example
Text Example
White with #886A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A62; }
p { color: rgb(136,106,98); }
H1.HeaderClassName
{
color: #886A62;
}
.AnyTagClassName
{
color: #886A62;
}
</style>
background-color css
<style>
a { background-color: #886A62; }
a { background-color: rgb(136,106,98); }
div.DivClassName
{
background-color: #886A62;
}
.BgClassName
{
background-color: #886A62;
}
</style>
border-color css
<style>
span { border-color: #886A62; }
span { border-color: rgb(136,106,98); }
td.TdClassName
{
border-color: #886A62;
}
.TagClassName
{
border-color: #886A62;
}
</style>