#87665F

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

Shades of Pharlap #87665F

Tints of Pharlap #87665F

Color information

#87665F (or 0x87665F) is unknown color: approx Pharlap. HEX triplet: 87, 66 and 5F. RGB value is (135,102,95). Sum of RGB (Red+Green+Blue) = 135+102+95=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #87665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87665F is #7899A0. Grayscale: #6F6F6F. Windows color (decimal): -7903649 or 6252167. OLE color: 6252167.

HSL color Cylindrical-coordinate representation of color #87665F: hue angle of 10.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87665F is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13510295-
CMYK00.240.300.47
HSL10.5º17.39%45.1%-
HSV(B)10.5º29.63%52.94%-
XYZ16.8115.4812.93-
YUV111.07118.93145.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=40.66%
G=30.72%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351029500.240.300.4710.517.3945.1
Hex87665F0181E2Fa112d
Octal2071461370303657122155
Binary100001111100110101111101100011110101111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87665F; }

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

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

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

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

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

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

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

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