#89615C

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

Shades of Pharlap #89615C

Tints of Pharlap #89615C

Color information

#89615C (or 0x89615C) is unknown color: approx Pharlap. HEX triplet: 89, 61 and 5C. RGB value is (137,97,92). Sum of RGB (Red+Green+Blue) = 137+97+92=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615C is #769EA3. Grayscale: #6C6C6C. Windows color (decimal): -7773860 or 6054281. OLE color: 6054281.

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

Color convert

RGB1379792-
CMYK00.290.330.46
HSL6.67º19.65%44.9%-
HSV(B)6.67º32.85%53.73%-
XYZ16.5214.6412.08-
YUV108.39118.75148.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=42.02%
G=29.75%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137979200.290.330.466.6719.6544.9
Hex89615C01D212E7142d
Octal211141134035415672455
Binary100010011100001101110001110110000110111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89615C; }

 p { color: rgb(137,97,92); }

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

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

 a { background-color: rgb(137,97,92); }

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

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

 span { border-color: rgb(137,97,92); }

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