Shades of Pharlap #86625B
Tints of Pharlap #86625B
RGB
CMYK
RGB Variations
Color information
#86625B (or 0x86625B) is known color: Pharlap. HEX triplet: 86, 62 and 5B. RGB value is (134,98,91). Sum of RGB (Red+Green+Blue) = 134+98+91=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #86625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86625B is #799DA4. Grayscale: #6C6C6C. Windows color (decimal): -7970213 or 5988998. OLE color: 5988998.
HSL color Cylindrical-coordinate representation of color #86625B: hue angle of 9.77º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86625B is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 98 | 91 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.47 |
| HSL | 9.77º | 0.19% | 0.44% | - |
| HSV(B) | 9.77º | 0.32% | 0.53% | - |
| XYZ | 16.09 | 14.56 | 11.86 | - |
| YUV | 107.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 91 | 0 | 0.27 | 0.32 | 0.47 | 9.77 | 0.19 | 0.44 |
| Hex | 86 | 62 | 5B | 0 | 1B | 20 | 2F | A | 13 | 2C |
| Octal | 206 | 142 | 133 | 0 | 33 | 40 | 57 | 12 | 23 | 54 |
| Binary | 10000110 | 1100010 | 1011011 | 0 | 11011 | 100000 | 101111 | 1010 | 10011 | 101100 |
Color Harmonies of #86625B
Complementary color
Monochromatic Colors of #86625B
Black with #86625B
Text Example
Text Example
White with #86625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86625B; }
p { color: rgb(134,98,91); }
H1.HeaderClassName
{
color: #86625B;
}
.AnyTagClassName
{
color: #86625B;
}
</style>
background-color css
<style>
a { background-color: #86625B; }
a { background-color: rgb(134,98,91); }
div.DivClassName
{
background-color: #86625B;
}
.BgClassName
{
background-color: #86625B;
}
</style>
border-color css
<style>
span { border-color: #86625B; }
span { border-color: rgb(134,98,91); }
td.TdClassName
{
border-color: #86625B;
}
.TagClassName
{
border-color: #86625B;
}
</style>