#876861

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

Shades of Pharlap #876861

Tints of Pharlap #876861

Color information

#876861 (or 0x876861) is unknown color: approx Pharlap. HEX triplet: 87, 68 and 61. RGB value is (135,104,97). Sum of RGB (Red+Green+Blue) = 135+104+97=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876861 is #78979E. Grayscale: #707070. Windows color (decimal): -7903135 or 6383751. OLE color: 6383751.

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

Color convert

RGB13510497-
CMYK00.230.280.47
HSL11.05º16.38%45.49%-
HSV(B)11.05º28.15%52.94%-
XYZ17.115.9113.48-
YUV112.47119.27144.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=40.18%
G=30.95%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351049700.230.280.4711.0516.3845.49
Hex8768610171C2Fb102d
Octal2071501410273457132055
Binary100001111101000110000101011111100101111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876861; }

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

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

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

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

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

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

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

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