#886861

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

Shades of Pharlap #886861

Tints of Pharlap #886861

Color information

#886861 (or 0x886861) is unknown color: approx Pharlap. HEX triplet: 88, 68 and 61. RGB value is (136,104,97). Sum of RGB (Red+Green+Blue) = 136+104+97=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886861 is #77979E. Grayscale: #707070. Windows color (decimal): -7837599 or 6383752. OLE color: 6383752.

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

Color convert

RGB13610497-
CMYK00.240.290.47
HSL10.77º16.74%45.69%-
HSV(B)10.77º28.68%53.33%-
XYZ17.261613.49-
YUV112.77119.1144.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=40.36%
G=30.86%
B=28.78%

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
Decimal1361049700.240.290.4710.7716.7445.69
Hex8868610181D2Fb112e
Octal2101501410303557132156
Binary100010001101000110000101100011101101111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886861; }

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

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

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

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

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

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

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

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