#886860

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

Shades of Pharlap #886860

Tints of Pharlap #886860

Color information

#886860 (or 0x886860) is unknown color: approx Pharlap. HEX triplet: 88, 68 and 60. RGB value is (136,104,96). Sum of RGB (Red+Green+Blue) = 136+104+96=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886860 is #77979F. Grayscale: #707070. Windows color (decimal): -7837600 or 6318216. OLE color: 6318216.

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

Color convert

RGB13610496-
CMYK00.240.290.47
HSL12º17.24%45.49%-
HSV(B)12º29.41%53.33%-
XYZ17.2115.9813.24-
YUV112.66118.6144.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=40.48%
G=30.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361049600.240.290.471217.2445.49
Hex8868600181D2Fc112d
Octal2101501400303557142155
Binary100010001101000110000001100011101101111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886860; }

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

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

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

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

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

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

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

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