#89665E

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

Shades of Pharlap #89665E

Tints of Pharlap #89665E

Color information

#89665E (or 0x89665E) is unknown color: approx Pharlap. HEX triplet: 89, 66 and 5E. RGB value is (137,102,94). Sum of RGB (Red+Green+Blue) = 137+102+94=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89665E is #7699A1. Grayscale: #6F6F6F. Windows color (decimal): -7772578 or 6186633. OLE color: 6186633.

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

Color convert

RGB13710294-
CMYK00.260.310.46
HSL11.16º18.61%45.29%-
HSV(B)11.16º31.39%53.73%-
XYZ17.0915.6312.71-
YUV111.55118.1146.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=41.14%
G=30.63%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371029400.260.310.4611.1618.6145.29
Hex89665E01A1F2Eb132d
Octal2111461360323756132355
Binary100010011100110101111001101011111101110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89665E; }

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

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

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

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

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

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

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

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