Shades of Pharlap #866C65
Tints of Pharlap #866C65
RGB
CMYK
RGB Variations
Color information
#866C65 (or 0x866C65) is known color: Pharlap. HEX triplet: 86, 6C and 65. RGB value is (134,108,101). Sum of RGB (Red+Green+Blue) = 134+108+101=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #866C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C65 is #79939A. Grayscale: #737373. Windows color (decimal): -7967643 or 6646918. OLE color: 6646918.
HSL color Cylindrical-coordinate representation of color #866C65: hue angle of 12.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866C65 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 101 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.47 |
| HSL | 12.73º | 0.14% | 0.46% | - |
| HSV(B) | 12.73º | 0.25% | 0.53% | - |
| XYZ | 17.54 | 16.73 | 14.62 | - |
| YUV | 114.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 101 | 0 | 0.19 | 0.25 | 0.47 | 12.73 | 0.14 | 0.46 |
| Hex | 86 | 6C | 65 | 0 | 13 | 19 | 2F | D | E | 2E |
| Octal | 206 | 154 | 145 | 0 | 23 | 31 | 57 | 15 | 16 | 56 |
| Binary | 10000110 | 1101100 | 1100101 | 0 | 10011 | 11001 | 101111 | 1101 | 1110 | 101110 |
Color Harmonies of #866C65
Complementary color
Monochromatic Colors of #866C65
Black with #866C65
Text Example
Text Example
White with #866C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C65; }
p { color: rgb(134,108,101); }
H1.HeaderClassName
{
color: #866C65;
}
.AnyTagClassName
{
color: #866C65;
}
</style>
background-color css
<style>
a { background-color: #866C65; }
a { background-color: rgb(134,108,101); }
div.DivClassName
{
background-color: #866C65;
}
.BgClassName
{
background-color: #866C65;
}
</style>
border-color css
<style>
span { border-color: #866C65; }
span { border-color: rgb(134,108,101); }
td.TdClassName
{
border-color: #866C65;
}
.TagClassName
{
border-color: #866C65;
}
</style>