#896C63

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

Shades of Pharlap #896C63

Tints of Pharlap #896C63

Color information

#896C63 (or 0x896C63) is unknown color: approx Pharlap. HEX triplet: 89, 6C and 63. RGB value is (137,108,99). Sum of RGB (Red+Green+Blue) = 137+108+99=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #896C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C63 is #76939C. Grayscale: #737373. Windows color (decimal): -7771037 or 6515849. OLE color: 6515849.

HSL color Cylindrical-coordinate representation of color #896C63: hue angle of 14.21º degrees, saturation: 0.16, 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 #896C63 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13710899-
CMYK00.210.280.46
HSL14.21º16.1%46.27%-
HSV(B)14.21º27.74%53.73%-
XYZ17.9316.9414.13-
YUV115.64118.61143.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=39.83%
G=31.40%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371089900.210.280.4614.2116.146.27
Hex896C630151C2Ee102e
Octal2111541430253456162056
Binary100010011101100110001101010111100101110111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,108,99); }

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

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

 a { background-color: rgb(137,108,99); }

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

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

 span { border-color: rgb(137,108,99); }

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