#896561

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

Shades of Pharlap #896561

Tints of Pharlap #896561

Color information

#896561 (or 0x896561) is unknown color: approx Pharlap. HEX triplet: 89, 65 and 61. RGB value is (137,101,97). Sum of RGB (Red+Green+Blue) = 137+101+97=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896561 is #769A9E. Grayscale: #6F6F6F. Windows color (decimal): -7772831 or 6382985. OLE color: 6382985.

HSL color Cylindrical-coordinate representation of color #896561: hue angle of 6º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896561 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB13710197-
CMYK00.260.290.46
HSL17.09%45.88%-
HSV(B)29.2%53.73%-
XYZ17.1315.4913.4-
YUV111.31119.93146.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=40.90%
G=30.15%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371019700.260.290.46617.0945.88
Hex89656101A1D2E6112e
Octal211145141032355662156
Binary10001001110010111000010110101110110111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896561; }

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

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

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

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

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

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

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

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