#89615A

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

Shades of Pharlap #89615A

Tints of Pharlap #89615A

Color information

#89615A (or 0x89615A) is unknown color: approx Pharlap. HEX triplet: 89, 61 and 5A. RGB value is (137,97,90). Sum of RGB (Red+Green+Blue) = 137+97+90=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #89615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615A is #769EA5. Grayscale: #6C6C6C. Windows color (decimal): -7773862 or 5923209. OLE color: 5923209.

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

Color convert

RGB1379790-
CMYK00.290.340.46
HSL8.94º20.7%44.51%-
HSV(B)8.94º34.31%53.73%-
XYZ16.4414.6111.63-
YUV108.16117.75148.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=42.28%
G=29.94%
B=27.78%

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
Decimal137979000.290.340.468.9420.744.51
Hex89615A01D222E9152d
Octal2111411320354256112555
Binary1000100111000011011010011101100010101110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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