#886763

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

Shades of Pharlap #886763

Tints of Pharlap #886763

Color information

#886763 (or 0x886763) is unknown color: approx Pharlap. HEX triplet: 88, 67 and 63. RGB value is (136,103,99). Sum of RGB (Red+Green+Blue) = 136+103+99=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886763 is #77989C. Grayscale: #707070. Windows color (decimal): -7837853 or 6514568. OLE color: 6514568.

HSL color Cylindrical-coordinate representation of color #886763: hue angle of 6.49º 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 #886763 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13610399-
CMYK00.240.270.47
HSL6.49º15.74%46.08%-
HSV(B)6.49º27.21%53.33%-
XYZ17.2615.8413.95-
YUV112.41120.43144.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=40.24%
G=30.47%
B=29.29%

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
Decimal1361039900.240.270.476.4915.7446.08
Hex8867630181B2F6102e
Octal210147143030335762056
Binary10001000110011111000110110001101110111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886763; }

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

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

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

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

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

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

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

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