#886862

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

Shades of Pharlap #886862

Tints of Pharlap #886862

Color information

#886862 (or 0x886862) is unknown color: approx Pharlap. HEX triplet: 88, 68 and 62. RGB value is (136,104,98). Sum of RGB (Red+Green+Blue) = 136+104+98=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886862 is #77979D. Grayscale: #707070. Windows color (decimal): -7837598 or 6449288. OLE color: 6449288.

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

Color convert

RGB13610498-
CMYK00.240.280.47
HSL9.47º16.24%45.88%-
HSV(B)9.47º27.94%53.33%-
XYZ17.3116.0213.73-
YUV112.88119.6144.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=40.24%
G=30.77%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361049800.240.280.479.4716.2445.88
Hex8868620181C2F9102e
Octal2101501420303457112056
Binary100010001101000110001001100011100101111100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886862; }

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

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

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

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

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

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

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

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