#866661

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

Shades of Pharlap #866661

Tints of Pharlap #866661

Color information

#866661 (or 0x866661) is unknown color: approx Pharlap. HEX triplet: 86, 66 and 61. RGB value is (134,102,97). Sum of RGB (Red+Green+Blue) = 134+102+97=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866661 is #79999E. Grayscale: #6F6F6F. Windows color (decimal): -7969183 or 6383238. OLE color: 6383238.

HSL color Cylindrical-coordinate representation of color #866661: hue angle of 8.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866661 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13410297-
CMYK00.240.280.47
HSL8.11º16.02%45.29%-
HSV(B)8.11º27.61%52.55%-
XYZ16.7415.4313.41-
YUV111120.1144.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=40.24%
G=30.63%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341029700.240.280.478.1116.0245.29
Hex8666610181C2F8102d
Octal2061461410303457102055
Binary100001101100110110000101100011100101111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866661; }

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

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

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

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

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

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

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

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