#886059

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

Shades of Pharlap #886059

Tints of Pharlap #886059

Color information

#886059 (or 0x886059) is unknown color: approx Pharlap. HEX triplet: 88, 60 and 59. RGB value is (136,96,89). Sum of RGB (Red+Green+Blue) = 136+96+89=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #886059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886059 is #779FA6. Grayscale: #6B6B6B. Windows color (decimal): -7839655 or 5857416. OLE color: 5857416.

HSL color Cylindrical-coordinate representation of color #886059: hue angle of 8.94º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #886059 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1369689-
CMYK00.290.350.47
HSL8.94º20.89%44.12%-
HSV(B)8.94º34.56%53.33%-
XYZ16.1414.3211.36-
YUV107.16117.75148.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=42.37%
G=29.91%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136968900.290.350.478.9420.8944.12
Hex88605901D232F9152c
Octal2101401310354357112554
Binary1000100011000001011001011101100011101111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886059; }

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

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

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

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

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

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

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

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