#8C6560

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

Shades of Pharlap #8C6560

Tints of Pharlap #8C6560

Color information

#8C6560 (or 0x8C6560) is unknown color: approx Pharlap. HEX triplet: 8C, 65 and 60. RGB value is (140,101,96). Sum of RGB (Red+Green+Blue) = 140+101+96=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6560 is #739A9F. Grayscale: #707070. Windows color (decimal): -7576224 or 6317452. OLE color: 6317452.

HSL color Cylindrical-coordinate representation of color #8C6560: hue angle of 6.82º 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 #8C6560 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14010196-
CMYK00.280.310.45
HSL6.82º18.64%46.27%-
HSV(B)6.82º31.43%54.9%-
XYZ17.5815.7313.18-
YUV112.09118.92147.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=41.54%
G=29.97%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401019600.280.310.456.8218.6446.27
Hex8C656001C1F2D7132e
Octal214145140034375572356
Binary10001100110010111000000111001111110110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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