#876963

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

Shades of Pharlap #876963

Tints of Pharlap #876963

Color information

#876963 (or 0x876963) is unknown color: approx Pharlap. HEX triplet: 87, 69 and 63. RGB value is (135,105,99). Sum of RGB (Red+Green+Blue) = 135+105+99=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #876963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876963 is #78969C. Grayscale: #717171. Windows color (decimal): -7902877 or 6515079. OLE color: 6515079.

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

Color convert

RGB13510599-
CMYK00.220.270.47
HSL10º15.38%45.88%-
HSV(B)10º26.67%52.94%-
XYZ17.316.1514.01-
YUV113.29119.94143.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=39.82%
G=30.97%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351059900.220.270.471015.3845.88
Hex8769630161B2Faf2e
Octal2071511430263357121756
Binary10000111110100111000110101101101110111110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876963; }

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

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

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

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

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

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

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

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