#896862

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

Shades of Pharlap #896862

Tints of Pharlap #896862

Color information

#896862 (or 0x896862) is unknown color: approx Pharlap. HEX triplet: 89, 68 and 62. RGB value is (137,104,98). Sum of RGB (Red+Green+Blue) = 137+104+98=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896862 is #76979D. Grayscale: #717171. Windows color (decimal): -7772062 or 6449289. OLE color: 6449289.

HSL color Cylindrical-coordinate representation of color #896862: hue angle of 9.23º degrees, saturation: 0.17, 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 #896862 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13710498-
CMYK00.240.280.46
HSL9.23º16.6%46.08%-
HSV(B)9.23º28.47%53.73%-
XYZ17.4716.113.74-
YUV113.18119.43144.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=40.41%
G=30.68%
B=28.91%

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
Decimal1371049800.240.280.469.2316.646.08
Hex8968620181C2E9112e
Octal2111501420303456112156
Binary100010011101000110001001100011100101110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896862; }

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

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

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

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

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

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

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

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