#88665F

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

Shades of Pharlap #88665F

Tints of Pharlap #88665F

Color information

#88665F (or 0x88665F) is unknown color: approx Pharlap. HEX triplet: 88, 66 and 5F. RGB value is (136,102,95). Sum of RGB (Red+Green+Blue) = 136+102+95=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #88665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88665F is #7799A0. Grayscale: #6F6F6F. Windows color (decimal): -7838113 or 6252168. OLE color: 6252168.

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

Color convert

RGB13610295-
CMYK00.250.300.47
HSL10.24º17.75%45.29%-
HSV(B)10.24º30.15%53.33%-
XYZ16.9715.5612.94-
YUV111.37118.76145.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=40.84%
G=30.63%
B=28.53%

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
Decimal1361029500.250.300.4710.2417.7545.29
Hex88665F0191E2Fa122d
Octal2101461370313657122255
Binary100010001100110101111101100111110101111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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