#87655E

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

Shades of Pharlap #87655E

Tints of Pharlap #87655E

Color information

#87655E (or 0x87655E) is unknown color: approx Pharlap. HEX triplet: 87, 65 and 5E. RGB value is (135,101,94). Sum of RGB (Red+Green+Blue) = 135+101+94=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87655E is #789AA1. Grayscale: #6E6E6E. Windows color (decimal): -7903906 or 6186375. OLE color: 6186375.

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

Color convert

RGB13510194-
CMYK00.250.300.47
HSL10.24º17.9%44.9%-
HSV(B)10.24º30.37%52.94%-
XYZ16.6715.2712.66-
YUV110.37118.76145.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=40.91%
G=30.61%
B=28.48%

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
Decimal1351019400.250.300.4710.2417.944.9
Hex87655E0191E2Fa122d
Octal2071451360313657122255
Binary100001111100101101111001100111110101111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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