#896863

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

Shades of Pharlap #896863

Tints of Pharlap #896863

Color information

#896863 (or 0x896863) is unknown color: approx Pharlap. HEX triplet: 89, 68 and 63. RGB value is (137,104,99). Sum of RGB (Red+Green+Blue) = 137+104+99=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896863 is #76979C. Grayscale: #717171. Windows color (decimal): -7772061 or 6514825. OLE color: 6514825.

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

Color convert

RGB13710499-
CMYK00.240.280.46
HSL7.89º16.1%46.27%-
HSV(B)7.89º27.74%53.73%-
XYZ17.5216.1213.99-
YUV113.3119.93144.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=40.29%
G=30.59%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371049900.240.280.467.8916.146.27
Hex8968630181C2E8102e
Octal2111501430303456102056
Binary100010011101000110001101100011100101110100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896863; }

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

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

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

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

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

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

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

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