#88655e

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

Shades of Pharlap #88655E

Tints of Pharlap #88655E

Color information

#88655E (or 0x88655E) is unknown color: approx Pharlap. HEX triplet: 88, 65 and 5E. RGB value is (136,101,94). Sum of RGB (Red+Green+Blue) = 136+101+94=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88655E is #779AA1. Grayscale: #6E6E6E. Windows color (decimal): -7838370 or 6186376. OLE color: 6186376.

HSL color Cylindrical-coordinate representation of color #88655E: hue angle of 10º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88655E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13610194-
CMYK00.260.310.47
HSL10º18.26%45.1%-
HSV(B)10º30.88%53.33%-
XYZ16.8315.3512.67-
YUV110.67118.6146.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=41.09%
G=30.51%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361019400.260.310.471018.2645.1
Hex88655E01A1F2Fa122d
Octal2101451360323757122255
Binary100010001100101101111001101011111101111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88655e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88655e; }

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

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

<style>
 a { background-color: #88655e; }

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

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

<style>
 span { border-color: #88655e; }

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

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