#896560

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

Shades of Pharlap #896560

Tints of Pharlap #896560

Color information

#896560 (or 0x896560) is unknown color: approx Pharlap. HEX triplet: 89, 65 and 60. RGB value is (137,101,96). Sum of RGB (Red+Green+Blue) = 137+101+96=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896560 is #769A9F. Grayscale: #6F6F6F. Windows color (decimal): -7772832 or 6317449. OLE color: 6317449.

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

Color convert

RGB13710196-
CMYK00.260.300.46
HSL7.32º17.6%45.69%-
HSV(B)7.32º29.93%53.73%-
XYZ17.0815.4713.15-
YUV111.19119.43146.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=41.02%
G=30.24%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371019600.260.300.467.3217.645.69
Hex89656001A1E2E7122e
Octal211145140032365672256
Binary10001001110010111000000110101111010111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896560; }

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

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

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

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

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

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

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

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