#89645B

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

Shades of Pharlap #89645B

Tints of Pharlap #89645B

Color information

#89645B (or 0x89645B) is unknown color: approx Pharlap. HEX triplet: 89, 64 and 5B. RGB value is (137,100,91). Sum of RGB (Red+Green+Blue) = 137+100+91=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89645B is #769BA4. Grayscale: #6E6E6E. Windows color (decimal): -7773093 or 5989513. OLE color: 5989513.

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

Color convert

RGB13710091-
CMYK00.270.340.46
HSL11.74º20.18%44.71%-
HSV(B)11.74º33.58%53.73%-
XYZ16.7615.1911.95-
YUV110.04117.26147.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=41.77%
G=30.49%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371009100.270.340.4611.7420.1844.71
Hex89645B01B222Ec142d
Octal2111441330334256142455
Binary1000100111001001011011011011100010101110110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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