#896059

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

Shades of Pharlap #896059

Tints of Pharlap #896059

Color information

#896059 (or 0x896059) is unknown color: approx Pharlap. HEX triplet: 89, 60 and 59. RGB value is (137,96,89). Sum of RGB (Red+Green+Blue) = 137+96+89=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896059 is #769FA6. Grayscale: #6B6B6B. Windows color (decimal): -7774119 or 5857417. OLE color: 5857417.

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

Color convert

RGB1379689-
CMYK00.300.350.46
HSL8.75º21.24%44.31%-
HSV(B)8.75º35.04%53.73%-
XYZ16.314.4111.37-
YUV107.46117.58149.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=42.55%
G=29.81%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137968900.300.350.468.7521.2444.31
Hex89605901E232E9152c
Octal2111401310364356112554
Binary1000100111000001011001011110100011101110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896059; }

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

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

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

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

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

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

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

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