#87655F

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

Shades of Pharlap #87655F

Tints of Pharlap #87655F

Color information

#87655F (or 0x87655F) is unknown color: approx Pharlap. HEX triplet: 87, 65 and 5F. RGB value is (135,101,95). Sum of RGB (Red+Green+Blue) = 135+101+95=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #87655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87655F is #789AA0. Grayscale: #6E6E6E. Windows color (decimal): -7903905 or 6251911. OLE color: 6251911.

HSL color Cylindrical-coordinate representation of color #87655F: hue angle of 9º 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 #87655F is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13510195-
CMYK00.250.300.47
HSL17.39%45.1%-
HSV(B)29.63%52.94%-
XYZ16.7115.2812.9-
YUV110.48119.26145.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=40.79%
G=30.51%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351019500.250.300.47917.3945.1
Hex87655F0191E2F9112d
Octal2071451370313657112155
Binary100001111100101101111101100111110101111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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