#88625E

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

Shades of Pharlap #88625E

Tints of Pharlap #88625E

Color information

#88625E (or 0x88625E) is unknown color: approx Pharlap. HEX triplet: 88, 62 and 5E. RGB value is (136,98,94). Sum of RGB (Red+Green+Blue) = 136+98+94=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88625E is #779DA1. Grayscale: #6C6C6C. Windows color (decimal): -7839138 or 6185608. OLE color: 6185608.

HSL color Cylindrical-coordinate representation of color #88625E: hue angle of 5.71º 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 #88625E is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1369894-
CMYK00.280.310.47
HSL5.71º18.26%45.1%-
HSV(B)5.71º30.88%53.33%-
XYZ16.5414.7812.57-
YUV108.91119.59147.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=41.46%
G=29.88%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136989400.280.310.475.7118.2645.1
Hex88625E01C1F2F6122d
Octal210142136034375762255
Binary10001000110001010111100111001111110111111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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