#876159

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

Shades of Pharlap #876159

Tints of Pharlap #876159

Color information

#876159 (or 0x876159) is unknown color: approx Pharlap. HEX triplet: 87, 61 and 59. RGB value is (135,97,89). Sum of RGB (Red+Green+Blue) = 135+97+89=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #876159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876159 is #789EA6. Grayscale: #6B6B6B. Windows color (decimal): -7904935 or 5857671. OLE color: 5857671.

HSL color Cylindrical-coordinate representation of color #876159: hue angle of 10.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #876159 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1359789-
CMYK00.280.340.47
HSL10.43º20.54%43.92%-
HSV(B)10.43º34.07%52.94%-
XYZ16.0714.4211.39-
YUV107.45117.59147.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=42.06%
G=30.22%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135978900.280.340.4710.4320.5443.92
Hex87615901C222Fa152c
Octal2071411310344257122554
Binary1000011111000011011001011100100010101111101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876159; }

 p { color: rgb(135,97,89); }

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

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

 a { background-color: rgb(135,97,89); }

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

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

 span { border-color: rgb(135,97,89); }

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