#876661

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

Shades of Pharlap #876661

Tints of Pharlap #876661

Color information

#876661 (or 0x876661) is unknown color: approx Pharlap. HEX triplet: 87, 66 and 61. RGB value is (135,102,97). Sum of RGB (Red+Green+Blue) = 135+102+97=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876661 is #78999E. Grayscale: #6F6F6F. Windows color (decimal): -7903647 or 6383239. OLE color: 6383239.

HSL color Cylindrical-coordinate representation of color #876661: hue angle of 7.89º 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 #876661 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13510297-
CMYK00.240.280.47
HSL7.89º16.38%45.49%-
HSV(B)7.89º28.15%52.94%-
XYZ16.915.5213.41-
YUV111.3119.93144.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=40.42%
G=30.54%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351029700.240.280.477.8916.3845.49
Hex8766610181C2F8102d
Octal2071461410303457102055
Binary100001111100110110000101100011100101111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876661; }

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

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

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

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

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

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

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

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