#89635C

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

Shades of Pharlap #89635C

Tints of Pharlap #89635C

Color information

#89635C (or 0x89635C) is unknown color: approx Pharlap. HEX triplet: 89, 63 and 5C. RGB value is (137,99,92). Sum of RGB (Red+Green+Blue) = 137+99+92=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89635C is #769CA3. Grayscale: #6D6D6D. Windows color (decimal): -7773348 or 6054793. OLE color: 6054793.

HSL color Cylindrical-coordinate representation of color #89635C: hue angle of 9.33º 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 #89635C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1379992-
CMYK00.280.330.46
HSL9.33º19.65%44.9%-
HSV(B)9.33º32.85%53.73%-
XYZ16.7115.0112.14-
YUV109.56118.09147.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=41.77%
G=30.18%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137999200.280.330.469.3319.6544.9
Hex89635C01C212E9142d
Octal2111431340344156112455
Binary1000100111000111011100011100100001101110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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