#896A61

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

Shades of Pharlap #896A61

Tints of Pharlap #896A61

Color information

#896A61 (or 0x896A61) is unknown color: approx Pharlap. HEX triplet: 89, 6A and 61. RGB value is (137,106,97). Sum of RGB (Red+Green+Blue) = 137+106+97=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A61 is #76959E. Grayscale: #727272. Windows color (decimal): -7771551 or 6384265. OLE color: 6384265.

HSL color Cylindrical-coordinate representation of color #896A61: hue angle of 13.5º 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 #896A61 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB13710697-
CMYK00.230.290.46
HSL13.5º17.09%45.88%-
HSV(B)13.5º29.2%53.73%-
XYZ17.6316.4913.56-
YUV114.24118.27144.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=40.29%
G=31.18%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371069700.230.290.4613.517.0945.88
Hex896A610171D2Ee112e
Octal2111521410273556162156
Binary100010011101010110000101011111101101110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896A61; }

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

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

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

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

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

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

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

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