#87615A

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

Shades of Pharlap #87615A

Tints of Pharlap #87615A

Color information

#87615A (or 0x87615A) is unknown color: approx Pharlap. HEX triplet: 87, 61 and 5A. RGB value is (135,97,90). Sum of RGB (Red+Green+Blue) = 135+97+90=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87615A is #789EA5. Grayscale: #6B6B6B. Windows color (decimal): -7904934 or 5923207. OLE color: 5923207.

HSL color Cylindrical-coordinate representation of color #87615A: hue angle of 9.33º degrees, saturation: 0.2, 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 #87615A is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1359790-
CMYK00.280.330.47
HSL9.33º20%44.12%-
HSV(B)9.33º33.33%52.94%-
XYZ16.1114.4411.61-
YUV107.56118.09147.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=41.93%
G=30.12%
B=27.95%

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
Decimal135979000.280.330.479.332044.12
Hex87615A01C212F9142c
Octal2071411320344157112454
Binary1000011111000011011010011100100001101111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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