#866860

Color #866860 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #866860

Tints of Pharlap #866860

Color information

#866860 (or 0x866860) is unknown color: approx Pharlap. HEX triplet: 86, 68 and 60. RGB value is (134,104,96). Sum of RGB (Red+Green+Blue) = 134+104+96=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866860 is #79979F. Grayscale: #707070. Windows color (decimal): -7968672 or 6318214. OLE color: 6318214.

HSL color Cylindrical-coordinate representation of color #866860: hue angle of 12.63º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866860 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13410496-
CMYK00.220.280.47
HSL12.63º16.52%45.1%-
HSV(B)12.63º28.36%52.55%-
XYZ16.8915.8113.23-
YUV112.06118.94143.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=40.12%
G=31.14%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341049600.220.280.4712.6316.5245.1
Hex8668600161C2Fd112d
Octal2061501400263457152155
Binary100001101101000110000001011011100101111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866860; }

 p { color: rgb(134,104,96); }

 H1.HeaderClassName
 {
   color: #866860;
 }
 .AnyTagClassName
 {
   color: #866860;
 }
</style>
background-color css

<style>
 a { background-color: #866860; }

 a { background-color: rgb(134,104,96); }

 div.DivClassName
 {
   background-color: #866860;
 }
 .BgClassName
 {
   background-color: #866860;
 }
</style>
border-color css

<style>
 span { border-color: #866860; }

 span { border-color: rgb(134,104,96); }

 td.TdClassName
 {
   border-color: #866860;
 }
 .TagClassName
 {
   border-color: #866860;
 }
</style>