Shades of Pharlap #88655F
Tints of Pharlap #88655F
RGB
CMYK
RGB Variations
Color information
#88655F (or 0x88655F) is known color: Pharlap. HEX triplet: 88, 65 and 5F. RGB value is (136,101,95). Sum of RGB (Red+Green+Blue) = 136+101+95=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88655F is #779AA0. Grayscale: #6E6E6E. Windows color (decimal): -7838369 or 6251912. OLE color: 6251912.
HSL color Cylindrical-coordinate representation of color #88655F: hue angle of 8.78º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88655F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 95 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.47 |
| HSL | 8.78º | 0.18% | 0.45% | - |
| HSV(B) | 8.78º | 0.3% | 0.53% | - |
| XYZ | 16.87 | 15.37 | 12.9 | - |
| YUV | 110.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 95 | 0 | 0.26 | 0.30 | 0.47 | 8.78 | 0.18 | 0.45 |
| Hex | 88 | 65 | 5F | 0 | 1A | 1E | 2F | 9 | 12 | 2D |
| Octal | 210 | 145 | 137 | 0 | 32 | 36 | 57 | 11 | 22 | 55 |
| Binary | 10001000 | 1100101 | 1011111 | 0 | 11010 | 11110 | 101111 | 1001 | 10010 | 101101 |
Color Harmonies of #88655F
Complementary color
Monochromatic Colors of #88655F
Black with #88655F
Text Example
Text Example
White with #88655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88655F; }
p { color: rgb(136,101,95); }
H1.HeaderClassName
{
color: #88655F;
}
.AnyTagClassName
{
color: #88655F;
}
</style>
background-color css
<style>
a { background-color: #88655F; }
a { background-color: rgb(136,101,95); }
div.DivClassName
{
background-color: #88655F;
}
.BgClassName
{
background-color: #88655F;
}
</style>
border-color css
<style>
span { border-color: #88655F; }
span { border-color: rgb(136,101,95); }
td.TdClassName
{
border-color: #88655F;
}
.TagClassName
{
border-color: #88655F;
}
</style>