#89615B

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

Shades of Pharlap #89615B

Tints of Pharlap #89615B

Color information

#89615B (or 0x89615B) is unknown color: approx Pharlap. HEX triplet: 89, 61 and 5B. RGB value is (137,97,91). Sum of RGB (Red+Green+Blue) = 137+97+91=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #89615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615B is #769EA4. Grayscale: #6C6C6C. Windows color (decimal): -7773861 or 5988745. OLE color: 5988745.

HSL color Cylindrical-coordinate representation of color #89615B: hue angle of 7.83º 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 #89615B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1379791-
CMYK00.290.340.46
HSL7.83º20.18%44.71%-
HSV(B)7.83º33.58%53.73%-
XYZ16.4814.6211.85-
YUV108.28118.25148.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 91 (35.94% from 255) = 28%
R=42.15%
G=29.85%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137979100.290.340.467.8320.1844.71
Hex89615B01D222E8142d
Octal2111411330354256102455
Binary1000100111000011011011011101100010101110100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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