#8c6661

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

Shades of Pharlap #8C6661

Tints of Pharlap #8C6661

Color information

#8C6661 (or 0x8C6661) is unknown color: approx Pharlap. HEX triplet: 8C, 66 and 61. RGB value is (140,102,97). Sum of RGB (Red+Green+Blue) = 140+102+97=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6661 is #73999E. Grayscale: #707070. Windows color (decimal): -7575967 or 6383244. OLE color: 6383244.

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

Color convert

RGB14010297-
CMYK00.270.310.45
HSL6.98º18.14%46.47%-
HSV(B)6.98º30.71%54.9%-
XYZ17.7215.9413.45-
YUV112.79119.09147.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=41.30%
G=30.09%
B=28.61%

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
Decimal1401029700.270.310.456.9818.1446.47
Hex8C666101B1F2D7122e
Octal214146141033375572256
Binary10001100110011011000010110111111110110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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