Shades of Pharlap #88645C
Tints of Pharlap #88645C
RGB
CMYK
RGB Variations
Color information
#88645C (or 0x88645C) is known color: Pharlap. HEX triplet: 88, 64 and 5C. RGB value is (136,100,92). Sum of RGB (Red+Green+Blue) = 136+100+92=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88645C is #779BA3. Grayscale: #6D6D6D. Windows color (decimal): -7838628 or 6055048. OLE color: 6055048.
HSL color Cylindrical-coordinate representation of color #88645C: hue angle of 10.91º 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 #88645C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 92 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.47 |
| HSL | 10.91º | 0.19% | 0.45% | - |
| HSV(B) | 10.91º | 0.32% | 0.53% | - |
| XYZ | 16.64 | 15.12 | 12.17 | - |
| YUV | 109.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 92 | 0 | 0.26 | 0.32 | 0.47 | 10.91 | 0.19 | 0.45 |
| Hex | 88 | 64 | 5C | 0 | 1A | 20 | 2F | B | 13 | 2D |
| Octal | 210 | 144 | 134 | 0 | 32 | 40 | 57 | 13 | 23 | 55 |
| Binary | 10001000 | 1100100 | 1011100 | 0 | 11010 | 100000 | 101111 | 1011 | 10011 | 101101 |
Color Harmonies of #88645C
Complementary color
Monochromatic Colors of #88645C
Black with #88645C
Text Example
Text Example
White with #88645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88645C; }
p { color: rgb(136,100,92); }
H1.HeaderClassName
{
color: #88645C;
}
.AnyTagClassName
{
color: #88645C;
}
</style>
background-color css
<style>
a { background-color: #88645C; }
a { background-color: rgb(136,100,92); }
div.DivClassName
{
background-color: #88645C;
}
.BgClassName
{
background-color: #88645C;
}
</style>
border-color css
<style>
span { border-color: #88645C; }
span { border-color: rgb(136,100,92); }
td.TdClassName
{
border-color: #88645C;
}
.TagClassName
{
border-color: #88645C;
}
</style>