#88605A

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

Shades of Pharlap #88605A

Tints of Pharlap #88605A

Color information

#88605A (or 0x88605A) is unknown color: approx Pharlap. HEX triplet: 88, 60 and 5A. RGB value is (136,96,90). Sum of RGB (Red+Green+Blue) = 136+96+90=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #88605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88605A is #779FA5. Grayscale: #6B6B6B. Windows color (decimal): -7839654 or 5922952. OLE color: 5922952.

HSL color Cylindrical-coordinate representation of color #88605A: hue angle of 7.83º 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 #88605A is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1369690-
CMYK00.290.340.47
HSL7.83º20.35%44.31%-
HSV(B)7.83º33.82%53.33%-
XYZ16.1814.3411.59-
YUV107.28118.25148.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=42.24%
G=29.81%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136969000.290.340.477.8320.3544.31
Hex88605A01D222F8142c
Octal2101401320354257102454
Binary1000100011000001011010011101100010101111100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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