#866360

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

Shades of Pharlap #866360

Tints of Pharlap #866360

Color information

#866360 (or 0x866360) is unknown color: approx Pharlap. HEX triplet: 86, 63 and 60. RGB value is (134,99,96). Sum of RGB (Red+Green+Blue) = 134+99+96=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866360 is #799C9F. Grayscale: #6D6D6D. Windows color (decimal): -7969952 or 6316934. OLE color: 6316934.

HSL color Cylindrical-coordinate representation of color #866360: hue angle of 4.74º degrees, saturation: 0.17, 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 #866360 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1349996-
CMYK00.260.280.47
HSL4.74º16.52%45.1%-
HSV(B)4.74º28.36%52.55%-
XYZ16.414.8413.07-
YUV109.12120.6145.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=40.73%
G=30.09%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134999600.260.280.474.7416.5245.1
Hex86636001A1C2F5112d
Octal206143140032345752155
Binary10000110110001111000000110101110010111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866360; }

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

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

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

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

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

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

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

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