#8C6660

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

Shades of Pharlap #8C6660

Tints of Pharlap #8C6660

Color information

#8C6660 (or 0x8C6660) is unknown color: approx Pharlap. HEX triplet: 8C, 66 and 60. RGB value is (140,102,96). Sum of RGB (Red+Green+Blue) = 140+102+96=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6660 is #73999F. Grayscale: #707070. Windows color (decimal): -7575968 or 6317708. OLE color: 6317708.

HSL color Cylindrical-coordinate representation of color #8C6660: hue angle of 8.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6660 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14010296-
CMYK00.270.310.45
HSL8.18º18.64%46.27%-
HSV(B)8.18º31.43%54.9%-
XYZ17.6815.9213.21-
YUV112.68118.59147.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=41.42%
G=30.18%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401029600.270.310.458.1818.6446.27
Hex8C666001B1F2D8132e
Octal2141461400333755102356
Binary100011001100110110000001101111111101101100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6660; }

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

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

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

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

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

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

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

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