Shades of Pharlap #86625E
Tints of Pharlap #86625E
RGB
CMYK
RGB Variations
Color information
#86625E (or 0x86625E) is known color: Pharlap. HEX triplet: 86, 62 and 5E. RGB value is (134,98,94). Sum of RGB (Red+Green+Blue) = 134+98+94=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86625E is #799DA1. Grayscale: #6C6C6C. Windows color (decimal): -7970210 or 6185606. OLE color: 6185606.
HSL color Cylindrical-coordinate representation of color #86625E: hue angle of 6º 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 #86625E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 98 | 94 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.47 |
| HSL | 6º | 0.18% | 0.45% | - |
| HSV(B) | 6º | 0.3% | 0.53% | - |
| XYZ | 16.22 | 14.61 | 12.56 | - |
| YUV | 108.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 94 | 0 | 0.27 | 0.30 | 0.47 | 6 | 0.18 | 0.45 |
| Hex | 86 | 62 | 5E | 0 | 1B | 1E | 2F | 6 | 12 | 2D |
| Octal | 206 | 142 | 136 | 0 | 33 | 36 | 57 | 6 | 22 | 55 |
| Binary | 10000110 | 1100010 | 1011110 | 0 | 11011 | 11110 | 101111 | 110 | 10010 | 101101 |
Color Harmonies of #86625E
Complementary color
Monochromatic Colors of #86625E
Black with #86625E
Text Example
Text Example
White with #86625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86625E; }
p { color: rgb(134,98,94); }
H1.HeaderClassName
{
color: #86625E;
}
.AnyTagClassName
{
color: #86625E;
}
</style>
background-color css
<style>
a { background-color: #86625E; }
a { background-color: rgb(134,98,94); }
div.DivClassName
{
background-color: #86625E;
}
.BgClassName
{
background-color: #86625E;
}
</style>
border-color css
<style>
span { border-color: #86625E; }
span { border-color: rgb(134,98,94); }
td.TdClassName
{
border-color: #86625E;
}
.TagClassName
{
border-color: #86625E;
}
</style>