#88625B

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

Shades of Pharlap #88625B

Tints of Pharlap #88625B

Color information

#88625B (or 0x88625B) is unknown color: approx Pharlap. HEX triplet: 88, 62 and 5B. RGB value is (136,98,91). Sum of RGB (Red+Green+Blue) = 136+98+91=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88625B is #779DA4. Grayscale: #6C6C6C. Windows color (decimal): -7839141 or 5989000. OLE color: 5989000.

HSL color Cylindrical-coordinate representation of color #88625B: hue angle of 9.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88625B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1369891-
CMYK00.280.330.47
HSL9.33º19.82%44.51%-
HSV(B)9.33º33.09%53.33%-
XYZ16.4114.7211.87-
YUV108.56118.09147.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 91 (35.94% from 255) = 28%
R=41.85%
G=30.15%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136989100.280.330.479.3319.8244.51
Hex88625B01C212F9142d
Octal2101421330344157112455
Binary1000100011000101011011011100100001101111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88625B; }

 p { color: rgb(136,98,91); }

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

<style>
 a { background-color: #88625B; }

 a { background-color: rgb(136,98,91); }

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

<style>
 span { border-color: #88625B; }

 span { border-color: rgb(136,98,91); }

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