#886C64

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

Shades of Pharlap #886C64

Tints of Pharlap #886C64

Color information

#886C64 (or 0x886C64) is unknown color: approx Pharlap. HEX triplet: 88, 6C and 64. RGB value is (136,108,100). Sum of RGB (Red+Green+Blue) = 136+108+100=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C64 is #77939B. Grayscale: #737373. Windows color (decimal): -7836572 or 6581384. OLE color: 6581384.

HSL color Cylindrical-coordinate representation of color #886C64: hue angle of 13.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886C64 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB136108100-
CMYK00.210.260.47
HSL13.33º15.25%46.27%-
HSV(B)13.33º26.47%53.33%-
XYZ17.8216.8814.38-
YUV115.46119.28142.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=39.53%
G=31.40%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610810000.210.260.4713.3315.2546.27
Hex886C640151A2Fdf2e
Octal2101541440253257151756
Binary10001000110110011001000101011101010111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886C64; }

 p { color: rgb(136,108,100); }

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

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

 a { background-color: rgb(136,108,100); }

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

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

 span { border-color: rgb(136,108,100); }

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