#866D66

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

Shades of Pharlap #866D66

Tints of Pharlap #866D66

Color information

#866D66 (or 0x866D66) is unknown color: approx Pharlap. HEX triplet: 86, 6D and 66. RGB value is (134,109,102). Sum of RGB (Red+Green+Blue) = 134+109+102=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D66 is #799299. Grayscale: #737373. Windows color (decimal): -7967386 or 6712710. OLE color: 6712710.

HSL color Cylindrical-coordinate representation of color #866D66: hue angle of 13.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866D66 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB134109102-
CMYK00.190.240.47
HSL13.12º13.56%46.27%-
HSV(B)13.12º23.88%52.55%-
XYZ17.716.9614.91-
YUV115.68120.28141.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=38.84%
G=31.59%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410910200.190.240.4713.1213.5646.27
Hex866D66013182Fde2e
Octal2061551460233057151656
Binary10000110110110111001100100111100010111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866D66; }

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

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

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

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

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

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

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

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