#89645D

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

Shades of Pharlap #89645D

Tints of Pharlap #89645D

Color information

#89645D (or 0x89645D) is unknown color: approx Pharlap. HEX triplet: 89, 64 and 5D. RGB value is (137,100,93). Sum of RGB (Red+Green+Blue) = 137+100+93=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89645D is #769BA2. Grayscale: #6E6E6E. Windows color (decimal): -7773091 or 6120585. OLE color: 6120585.

HSL color Cylindrical-coordinate representation of color #89645D: hue angle of 9.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89645D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB13710093-
CMYK00.270.320.46
HSL9.55º19.13%45.1%-
HSV(B)9.55º32.12%53.73%-
XYZ16.8515.2212.41-
YUV110.26118.26147.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=41.52%
G=30.30%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371009300.270.320.469.5519.1345.1
Hex89645D01B202Ea132d
Octal2111441350334056122355
Binary1000100111001001011101011011100000101110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89645D; }

 p { color: rgb(137,100,93); }

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

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

 a { background-color: rgb(137,100,93); }

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

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

 span { border-color: rgb(137,100,93); }

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