#876B63

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

Shades of Pharlap #876B63

Tints of Pharlap #876B63

Color information

#876B63 (or 0x876B63) is unknown color: approx Pharlap. HEX triplet: 87, 6B and 63. RGB value is (135,107,99). Sum of RGB (Red+Green+Blue) = 135+107+99=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #876B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B63 is #78949C. Grayscale: #727272. Windows color (decimal): -7902365 or 6515591. OLE color: 6515591.

HSL color Cylindrical-coordinate representation of color #876B63: hue angle of 13.33º 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 #876B63 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13510799-
CMYK00.210.270.47
HSL13.33º15.38%45.88%-
HSV(B)13.33º26.67%52.94%-
XYZ17.516.5714.08-
YUV114.46119.28142.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=39.59%
G=31.38%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351079900.210.270.4713.3315.3845.88
Hex876B630151B2Fdf2e
Octal2071531430253357151756
Binary10000111110101111000110101011101110111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876B63; }

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

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

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

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

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

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

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

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