#896660

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

Shades of Pharlap #896660

Tints of Pharlap #896660

Color information

#896660 (or 0x896660) is unknown color: approx Pharlap. HEX triplet: 89, 66 and 60. RGB value is (137,102,96). Sum of RGB (Red+Green+Blue) = 137+102+96=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896660 is #76999F. Grayscale: #6F6F6F. Windows color (decimal): -7772576 or 6317705. OLE color: 6317705.

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

Color convert

RGB13710296-
CMYK00.260.300.46
HSL8.78º17.6%45.69%-
HSV(B)8.78º29.93%53.73%-
XYZ17.1815.6713.18-
YUV111.78119.1145.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=40.90%
G=30.45%
B=28.66%

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
Decimal1371029600.260.300.468.7817.645.69
Hex89666001A1E2E9122e
Octal2111461400323656112256
Binary100010011100110110000001101011110101110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896660; }

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

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

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

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

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

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

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

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