Shades of Pharlap #88635D
Tints of Pharlap #88635D
RGB
CMYK
RGB Variations
Color information
#88635D (or 0x88635D) is known color: Pharlap. HEX triplet: 88, 63 and 5D. RGB value is (136,99,93). Sum of RGB (Red+Green+Blue) = 136+99+93=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88635D is #779CA2. Grayscale: #6D6D6D. Windows color (decimal): -7838883 or 6120328. OLE color: 6120328.
HSL color Cylindrical-coordinate representation of color #88635D: hue angle of 8.37º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88635D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 93 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.47 |
| HSL | 8.37º | 0.19% | 0.45% | - |
| HSV(B) | 8.37º | 0.32% | 0.53% | - |
| XYZ | 16.59 | 14.95 | 12.37 | - |
| YUV | 109.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 93 | 0 | 0.27 | 0.32 | 0.47 | 8.37 | 0.19 | 0.45 |
| Hex | 88 | 63 | 5D | 0 | 1B | 20 | 2F | 8 | 13 | 2D |
| Octal | 210 | 143 | 135 | 0 | 33 | 40 | 57 | 10 | 23 | 55 |
| Binary | 10001000 | 1100011 | 1011101 | 0 | 11011 | 100000 | 101111 | 1000 | 10011 | 101101 |
Color Harmonies of #88635D
Complementary color
Monochromatic Colors of #88635D
Black with #88635D
Text Example
Text Example
White with #88635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88635D; }
p { color: rgb(136,99,93); }
H1.HeaderClassName
{
color: #88635D;
}
.AnyTagClassName
{
color: #88635D;
}
</style>
background-color css
<style>
a { background-color: #88635D; }
a { background-color: rgb(136,99,93); }
div.DivClassName
{
background-color: #88635D;
}
.BgClassName
{
background-color: #88635D;
}
</style>
border-color css
<style>
span { border-color: #88635D; }
span { border-color: rgb(136,99,93); }
td.TdClassName
{
border-color: #88635D;
}
.TagClassName
{
border-color: #88635D;
}
</style>