#876964

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

Shades of Pharlap #876964

Tints of Pharlap #876964

Color information

#876964 (or 0x876964) is unknown color: approx Pharlap. HEX triplet: 87, 69 and 64. RGB value is (135,105,100). Sum of RGB (Red+Green+Blue) = 135+105+100=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #876964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876964 is #78969B. Grayscale: #717171. Windows color (decimal): -7902876 or 6580615. OLE color: 6580615.

HSL color Cylindrical-coordinate representation of color #876964: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876964 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB135105100-
CMYK00.220.260.47
HSL8.57º14.89%46.08%-
HSV(B)8.57º25.93%52.94%-
XYZ17.3416.1714.26-
YUV113.4120.44143.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=39.71%
G=30.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510510000.220.260.478.5714.8946.08
Hex8769640161A2F9f2e
Octal2071511440263257111756
Binary10000111110100111001000101101101010111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876964; }

 p { color: rgb(135,105,100); }

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

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

 a { background-color: rgb(135,105,100); }

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

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

 span { border-color: rgb(135,105,100); }

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