#866662

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

Shades of Pharlap #866662

Tints of Pharlap #866662

Color information

#866662 (or 0x866662) is unknown color: approx Pharlap. HEX triplet: 86, 66 and 62. RGB value is (134,102,98). Sum of RGB (Red+Green+Blue) = 134+102+98=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866662 is #79999D. Grayscale: #6F6F6F. Windows color (decimal): -7969182 or 6448774. OLE color: 6448774.

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

Color convert

RGB13410298-
CMYK00.240.270.47
HSL6.67º15.52%45.49%-
HSV(B)6.67º26.87%52.55%-
XYZ16.7915.4513.65-
YUV111.11120.6144.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=40.12%
G=30.54%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341029800.240.270.476.6715.5245.49
Hex8666620181B2F7102d
Octal206146142030335772055
Binary10000110110011011000100110001101110111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866662; }

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

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

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

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

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

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

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

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