#896562

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

Shades of Pharlap #896562

Tints of Pharlap #896562

Color information

#896562 (or 0x896562) is unknown color: approx Pharlap. HEX triplet: 89, 65 and 62. RGB value is (137,101,98). Sum of RGB (Red+Green+Blue) = 137+101+98=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #896562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896562 is #769A9D. Grayscale: #6F6F6F. Windows color (decimal): -7772830 or 6448521. OLE color: 6448521.

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

Color convert

RGB13710198-
CMYK00.260.280.46
HSL4.62º16.6%46.08%-
HSV(B)4.62º28.47%53.73%-
XYZ17.1715.5113.64-
YUV111.42120.43146.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=40.77%
G=30.06%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371019800.260.280.464.6216.646.08
Hex89656201A1C2E5112e
Octal211145142032345652156
Binary10001001110010111000100110101110010111010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896562; }

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

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

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

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

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

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

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

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