#886863

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

Shades of Pharlap #886863

Tints of Pharlap #886863

Color information

#886863 (or 0x886863) is unknown color: approx Pharlap. HEX triplet: 88, 68 and 63. RGB value is (136,104,99). Sum of RGB (Red+Green+Blue) = 136+104+99=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886863 is #77979C. Grayscale: #717171. Windows color (decimal): -7837597 or 6514824. OLE color: 6514824.

HSL color Cylindrical-coordinate representation of color #886863: hue angle of 8.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886863 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13610499-
CMYK00.240.270.47
HSL8.11º15.74%46.08%-
HSV(B)8.11º27.21%53.33%-
XYZ17.3616.0413.98-
YUV113120.1144.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=40.12%
G=30.68%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361049900.240.270.478.1115.7446.08
Hex8868630181B2F8102e
Octal2101501430303357102056
Binary100010001101000110001101100011011101111100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886863; }

 p { color: rgb(136,104,99); }

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

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

 a { background-color: rgb(136,104,99); }

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

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

 span { border-color: rgb(136,104,99); }

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