#886661

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

Shades of Pharlap #886661

Tints of Pharlap #886661

Color information

#886661 (or 0x886661) is unknown color: approx Pharlap. HEX triplet: 88, 66 and 61. RGB value is (136,102,97). Sum of RGB (Red+Green+Blue) = 136+102+97=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886661 is #77999E. Grayscale: #6F6F6F. Windows color (decimal): -7838111 or 6383240. OLE color: 6383240.

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

Color convert

RGB13610297-
CMYK00.250.290.47
HSL7.69º16.74%45.69%-
HSV(B)7.69º28.68%53.33%-
XYZ17.0615.613.42-
YUV111.6119.76145.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=40.60%
G=30.45%
B=28.96%

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
Decimal1361029700.250.290.477.6916.7445.69
Hex8866610191D2F8112e
Octal2101461410313557102156
Binary100010001100110110000101100111101101111100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886661; }

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

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

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

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

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

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

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

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