#866863

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

Shades of Pharlap #866863

Tints of Pharlap #866863

Color information

#866863 (or 0x866863) is unknown color: approx Pharlap. HEX triplet: 86, 68 and 63. RGB value is (134,104,99). Sum of RGB (Red+Green+Blue) = 134+104+99=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #866863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866863 is #79979C. Grayscale: #707070. Windows color (decimal): -7968669 or 6514822. OLE color: 6514822.

HSL color Cylindrical-coordinate representation of color #866863: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866863 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13410499-
CMYK00.220.260.47
HSL8.57º15.02%45.69%-
HSV(B)8.57º26.12%52.55%-
XYZ17.0315.8713.97-
YUV112.4120.44143.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=39.76%
G=30.86%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341049900.220.260.478.5715.0245.69
Hex8668630161A2F9f2e
Octal2061501430263257111756
Binary10000110110100011000110101101101010111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866863; }

 p { color: rgb(134,104,99); }

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

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

 a { background-color: rgb(134,104,99); }

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

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

 span { border-color: rgb(134,104,99); }

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