#896460

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

Shades of Pharlap #896460

Tints of Pharlap #896460

Color information

#896460 (or 0x896460) is unknown color: approx Pharlap. HEX triplet: 89, 64 and 60. RGB value is (137,100,96). Sum of RGB (Red+Green+Blue) = 137+100+96=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #896460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896460 is #769B9F. Grayscale: #6E6E6E. Windows color (decimal): -7773088 or 6317193. OLE color: 6317193.

HSL color Cylindrical-coordinate representation of color #896460: hue angle of 5.85º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896460 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13710096-
CMYK00.270.300.46
HSL5.85º17.6%45.69%-
HSV(B)5.85º29.93%53.73%-
XYZ16.9915.2813.12-
YUV110.61119.76146.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=41.14%
G=30.03%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371009600.270.300.465.8517.645.69
Hex89646001B1E2E6122e
Octal211144140033365662256
Binary10001001110010011000000110111111010111011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896460; }

 p { color: rgb(137,100,96); }

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

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

 a { background-color: rgb(137,100,96); }

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

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

 span { border-color: rgb(137,100,96); }

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