#896860

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

Shades of Pharlap #896860

Tints of Pharlap #896860

Color information

#896860 (or 0x896860) is unknown color: approx Pharlap. HEX triplet: 89, 68 and 60. RGB value is (137,104,96). Sum of RGB (Red+Green+Blue) = 137+104+96=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896860 is #76979F. Grayscale: #717171. Windows color (decimal): -7772064 or 6318217. OLE color: 6318217.

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

Color convert

RGB13710496-
CMYK00.240.300.46
HSL11.71º17.6%45.69%-
HSV(B)11.71º29.93%53.73%-
XYZ17.3816.0613.25-
YUV112.96118.43145.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=40.65%
G=30.86%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371049600.240.300.4611.7117.645.69
Hex8968600181E2Ec122e
Octal2111501400303656142256
Binary100010011101000110000001100011110101110110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896860; }

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

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

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

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

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

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

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

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