Shades of Pharlap #88645F
Tints of Pharlap #88645F
RGB
CMYK
RGB Variations
Color information
#88645F (or 0x88645F) is known color: Pharlap. HEX triplet: 88, 64 and 5F. RGB value is (136,100,95). Sum of RGB (Red+Green+Blue) = 136+100+95=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88645F is #779BA0. Grayscale: #6E6E6E. Windows color (decimal): -7838625 or 6251656. OLE color: 6251656.
HSL color Cylindrical-coordinate representation of color #88645F: hue angle of 7.32º 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 #88645F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 95 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.47 |
| HSL | 7.32º | 0.18% | 0.45% | - |
| HSV(B) | 7.32º | 0.3% | 0.53% | - |
| XYZ | 16.78 | 15.17 | 12.87 | - |
| YUV | 110.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 95 | 0 | 0.26 | 0.30 | 0.47 | 7.32 | 0.18 | 0.45 |
| Hex | 88 | 64 | 5F | 0 | 1A | 1E | 2F | 7 | 12 | 2D |
| Octal | 210 | 144 | 137 | 0 | 32 | 36 | 57 | 7 | 22 | 55 |
| Binary | 10001000 | 1100100 | 1011111 | 0 | 11010 | 11110 | 101111 | 111 | 10010 | 101101 |
Color Harmonies of #88645F
Complementary color
Monochromatic Colors of #88645F
Black with #88645F
Text Example
Text Example
White with #88645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88645F; }
p { color: rgb(136,100,95); }
H1.HeaderClassName
{
color: #88645F;
}
.AnyTagClassName
{
color: #88645F;
}
</style>
background-color css
<style>
a { background-color: #88645F; }
a { background-color: rgb(136,100,95); }
div.DivClassName
{
background-color: #88645F;
}
.BgClassName
{
background-color: #88645F;
}
</style>
border-color css
<style>
span { border-color: #88645F; }
span { border-color: rgb(136,100,95); }
td.TdClassName
{
border-color: #88645F;
}
.TagClassName
{
border-color: #88645F;
}
</style>