#89685F

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

Shades of Pharlap #89685F

Tints of Pharlap #89685F

Color information

#89685F (or 0x89685F) is unknown color: approx Pharlap. HEX triplet: 89, 68 and 5F. RGB value is (137,104,95). Sum of RGB (Red+Green+Blue) = 137+104+95=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #89685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89685F is #7697A0. Grayscale: #707070. Windows color (decimal): -7772065 or 6252681. OLE color: 6252681.

HSL color Cylindrical-coordinate representation of color #89685F: hue angle of 12.86º degrees, saturation: 0.18, 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 #89685F is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13710495-
CMYK00.240.310.46
HSL12.86º18.1%45.49%-
HSV(B)12.86º30.66%53.73%-
XYZ17.3316.0513.01-
YUV112.84117.93145.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=40.77%
G=30.95%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371049500.240.310.4612.8618.145.49
Hex89685F0181F2Ed122d
Octal2111501370303756152255
Binary100010011101000101111101100011111101110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89685F; }

 p { color: rgb(137,104,95); }

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

<style>
 a { background-color: #89685F; }

 a { background-color: rgb(137,104,95); }

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

<style>
 span { border-color: #89685F; }

 span { border-color: rgb(137,104,95); }

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