#886660

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

Shades of Pharlap #886660

Tints of Pharlap #886660

Color information

#886660 (or 0x886660) is unknown color: approx Pharlap. HEX triplet: 88, 66 and 60. RGB value is (136,102,96). Sum of RGB (Red+Green+Blue) = 136+102+96=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886660 is #77999F. Grayscale: #6F6F6F. Windows color (decimal): -7838112 or 6317704. OLE color: 6317704.

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

Color convert

RGB13610296-
CMYK00.250.290.47
HSL17.24%45.49%-
HSV(B)29.41%53.33%-
XYZ17.0215.5813.18-
YUV111.48119.26145.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=40.72%
G=30.54%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361029600.250.290.47917.2445.49
Hex8866600191D2F9112d
Octal2101461400313557112155
Binary100010001100110110000001100111101101111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886660; }

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

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

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

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

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

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

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

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