#89675F

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

Shades of Pharlap #89675F

Tints of Pharlap #89675F

Color information

#89675F (or 0x89675F) is unknown color: approx Pharlap. HEX triplet: 89, 67 and 5F. RGB value is (137,103,95). Sum of RGB (Red+Green+Blue) = 137+103+95=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89675F is #7698A0. Grayscale: #707070. Windows color (decimal): -7772321 or 6252425. OLE color: 6252425.

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

Color convert

RGB13710395-
CMYK00.250.310.46
HSL11.43º18.1%45.49%-
HSV(B)11.43º30.66%53.73%-
XYZ17.2315.8512.98-
YUV112.25118.26145.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=40.90%
G=30.75%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371039500.250.310.4611.4318.145.49
Hex89675F0191F2Eb122d
Octal2111471370313756132255
Binary100010011100111101111101100111111101110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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