#88625A

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

Shades of Pharlap #88625A

Tints of Pharlap #88625A

Color information

#88625A (or 0x88625A) is unknown color: approx Pharlap. HEX triplet: 88, 62 and 5A. RGB value is (136,98,90). Sum of RGB (Red+Green+Blue) = 136+98+90=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #88625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88625A is #779DA5. Grayscale: #6C6C6C. Windows color (decimal): -7839142 or 5923464. OLE color: 5923464.

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

Color convert

RGB1369890-
CMYK00.280.340.47
HSL10.43º20.35%44.31%-
HSV(B)10.43º33.82%53.33%-
XYZ16.3714.7111.65-
YUV108.45117.59147.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=41.98%
G=30.25%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136989000.280.340.4710.4320.3544.31
Hex88625A01C222Fa142c
Octal2101421320344257122454
Binary1000100011000101011010011100100010101111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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