#87615B

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

Shades of Pharlap #87615B

Tints of Pharlap #87615B

Color information

#87615B (or 0x87615B) is unknown color: approx Pharlap. HEX triplet: 87, 61 and 5B. RGB value is (135,97,91). Sum of RGB (Red+Green+Blue) = 135+97+91=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87615B is #789EA4. Grayscale: #6B6B6B. Windows color (decimal): -7904933 or 5988743. OLE color: 5988743.

HSL color Cylindrical-coordinate representation of color #87615B: hue angle of 8.18º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87615B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1359791-
CMYK00.280.330.47
HSL8.18º19.47%44.31%-
HSV(B)8.18º32.59%52.94%-
XYZ16.1514.4611.84-
YUV107.68118.59147.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=41.80%
G=30.03%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135979100.280.330.478.1819.4744.31
Hex87615B01C212F8132c
Octal2071411330344157102354
Binary1000011111000011011011011100100001101111100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87615B; }

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

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

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

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

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

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

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

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