Shades of Pharlap #866764
Tints of Pharlap #866764
RGB
CMYK
RGB Variations
Color information
#866764 (or 0x866764) is known color: Pharlap. HEX triplet: 86, 67 and 64. RGB value is (134,103,100). Sum of RGB (Red+Green+Blue) = 134+103+100=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #866764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866764 is #79989B. Grayscale: #6F6F6F. Windows color (decimal): -7968924 or 6580102. OLE color: 6580102.
HSL color Cylindrical-coordinate representation of color #866764: hue angle of 5.29º degrees, saturation: 0.15, 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 #866764 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 100 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.47 |
| HSL | 5.29º | 0.15% | 0.46% | - |
| HSV(B) | 5.29º | 0.25% | 0.53% | - |
| XYZ | 16.98 | 15.69 | 14.19 | - |
| YUV | 111.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 100 | 0 | 0.23 | 0.25 | 0.47 | 5.29 | 0.15 | 0.46 |
| Hex | 86 | 67 | 64 | 0 | 17 | 19 | 2F | 5 | F | 2E |
| Octal | 206 | 147 | 144 | 0 | 27 | 31 | 57 | 5 | 17 | 56 |
| Binary | 10000110 | 1100111 | 1100100 | 0 | 10111 | 11001 | 101111 | 101 | 1111 | 101110 |
Color Harmonies of #866764
Complementary color
Monochromatic Colors of #866764
Black with #866764
Text Example
Text Example
White with #866764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866764; }
p { color: rgb(134,103,100); }
H1.HeaderClassName
{
color: #866764;
}
.AnyTagClassName
{
color: #866764;
}
</style>
background-color css
<style>
a { background-color: #866764; }
a { background-color: rgb(134,103,100); }
div.DivClassName
{
background-color: #866764;
}
.BgClassName
{
background-color: #866764;
}
</style>
border-color css
<style>
span { border-color: #866764; }
span { border-color: rgb(134,103,100); }
td.TdClassName
{
border-color: #866764;
}
.TagClassName
{
border-color: #866764;
}
</style>