Shades of Pharlap #866E66
Tints of Pharlap #866E66
RGB
CMYK
RGB Variations
Color information
#866E66 (or 0x866E66) is known color: Pharlap. HEX triplet: 86, 6E and 66. RGB value is (134,110,102). Sum of RGB (Red+Green+Blue) = 134+110+102=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #866E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E66 is #799199. Grayscale: #747474. Windows color (decimal): -7967130 or 6712966. OLE color: 6712966.
HSL color Cylindrical-coordinate representation of color #866E66: hue angle of 15º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866E66 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 102 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.47 |
| HSL | 15º | 0.14% | 0.46% | - |
| HSV(B) | 15º | 0.24% | 0.53% | - |
| XYZ | 17.81 | 17.18 | 14.95 | - |
| YUV | 116.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 102 | 0 | 0.18 | 0.24 | 0.47 | 15 | 0.14 | 0.46 |
| Hex | 86 | 6E | 66 | 0 | 12 | 18 | 2F | F | E | 2E |
| Octal | 206 | 156 | 146 | 0 | 22 | 30 | 57 | 17 | 16 | 56 |
| Binary | 10000110 | 1101110 | 1100110 | 0 | 10010 | 11000 | 101111 | 1111 | 1110 | 101110 |
Color Harmonies of #866E66
Complementary color
Monochromatic Colors of #866E66
Black with #866E66
Text Example
Text Example
White with #866E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E66; }
p { color: rgb(134,110,102); }
H1.HeaderClassName
{
color: #866E66;
}
.AnyTagClassName
{
color: #866E66;
}
</style>
background-color css
<style>
a { background-color: #866E66; }
a { background-color: rgb(134,110,102); }
div.DivClassName
{
background-color: #866E66;
}
.BgClassName
{
background-color: #866E66;
}
</style>
border-color css
<style>
span { border-color: #866E66; }
span { border-color: rgb(134,110,102); }
td.TdClassName
{
border-color: #866E66;
}
.TagClassName
{
border-color: #866E66;
}
</style>